Home
last modified time | relevance | path

Searched defs:ks (Results 1 – 25 of 88) sorted by relevance

1234

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DRSAPrivateCrtKeySpecTest.java51 KeySpec ks = new RSAPrivateCrtKeySpec( in testRSAPrivateCrtKeySpec01() local
69 KeySpec ks = new RSAPrivateCrtKeySpec( in testRSAPrivateCrtKeySpec02() local
103 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetCrtCoefficient() local
120 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeExponentP() local
137 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeExponentQ() local
154 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeP() local
171 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeQ() local
188 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPublicExponent() local
209 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetModulus() local
226 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrivateExponent() local
DRSAMultiPrimePrivateCrtKeySpecTest.java72 KeySpec ks = new RSAMultiPrimePrivateCrtKeySpec( in testRSAMultiPrimePrivateCrtKeySpec01() local
408 KeySpec ks = new RSAMultiPrimePrivateCrtKeySpec( in testRSAMultiPrimePrivateCrtKeySpec12() local
426 RSAMultiPrimePrivateCrtKeySpec ks = in testGetCrtCoefficient() local
445 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeExponentP() local
464 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeExponentQ() local
483 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeP() local
502 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeQ() local
521 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPublicExponent() local
540 RSAMultiPrimePrivateCrtKeySpec ks = in testGetOtherPrimeInfo01() local
560 RSAMultiPrimePrivateCrtKeySpec ks = in testGetOtherPrimeInfo02() local
[all …]
DRSAPublicKeySpecTest.java51 KeySpec ks = in testRSAPublicKeySpec01() local
64 KeySpec ks = in testRSAPublicKeySpec02() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXBuilderParameters_ImplTest.java53 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector01() local
74 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector02() local
97 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED_AND_UNTRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector03() local
115 KeyStore ks = TestUtils.getKeyStore(false, 0); in testPKIXBuilderParametersKeyStoreCertSelector05() local
136 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.UNTRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector06() local
159 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testGetMaxPathLength01() local
177 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testSetMaxPathLength01() local
201 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testSetMaxPathLength02() local
224 KeyStore ks = TestUtils.getKeyStore(true,TestUtils.TRUSTED_AND_UNTRUSTED); in testToString() local
DTrustAnchor_ImplTest.java61 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray01() local
93 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray02() local
112 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray03() local
140 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray04() local
161 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray05() local
271 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray06() local
292 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray07() local
319 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray08() local
364 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray09() local
404 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testGetNameConstraints() local
[all …]
DPKIXParameters_ImplTest.java59 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testPKIXParametersKeyStore01() local
79 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED_AND_UNTRUSTED); in testPKIXParametersKeyStore02() local
96 KeyStore ks = TestUtils.getKeyStore(false, 0); in testPKIXParametersKeyStore04() local
116 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.UNTRUSTED); in testPKIXParametersKeyStore05() local
138 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testSetTrustAnchors05() local
164 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testClone01() local
238 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testClone02() local
277 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED_AND_UNTRUSTED); in testToString() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DSecretKeySpecTest.java68 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testSecretKeySpec1() local
141 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testSecretKeySpec2() local
164 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testGetAlgorithm() local
177 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testGetFormat() local
191 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testGetEncoded() local
DDESedeKeySpecTest.java107 DESedeKeySpec ks; in testGetKey() local
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMyTrustManagerFactorySpi.java36 protected void engineInit(KeyStore ks) throws KeyStoreException { in engineInit()
67 public Parameters (KeyStore ks) { in Parameters()
DMyKeyManagerFactorySpi.java39 protected void engineInit(KeyStore ks, char[] password) in engineInit()
75 public Parameters (KeyStore ks, char[] pass) { in Parameters()
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMyTrustManagerFactorySpi.java36 protected void engineInit(KeyStore ks) throws KeyStoreException { in engineInit()
67 public Parameters (KeyStore ks) { in Parameters()
DMyKeyManagerFactorySpi.java39 protected void engineInit(KeyStore ks, char[] password) in engineInit()
75 public Parameters (KeyStore ks, char[] pass) { in Parameters()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DKeyManagerImplTest.java34 KeyStore ks = null; in testKeyManagerImpl1() local
62 KeyStore ks = JSSETestData.getKeyStore(); in testKeyManagerImpl2() local
DTrustManagerImplTest.java75 KeyStore ks = KeyStore.getInstance("BKS"); in testTrustManagerImpl_1() local
84 KeyStore ks = JSSETestData.getKeyStore(); in testTrustManagerImpl_2() local
/external/openssl/crypto/evp/
De_idea.c87 IDEA_KEY_SCHEDULE ks; member
90 BLOCK_CIPHER_func_cbc(idea, idea, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc() argument
/external/openssl/crypto/des/
Dstr2key.c64 DES_key_schedule ks; in DES_string_to_key() local
104 DES_key_schedule ks; in DES_string_to_2keys() local
DDES.xs60 des_cbc_encrypt(input,ks,ivec,encrypt) in des_cbc_encrypt() argument
111 des_cbc_cksum(input,ks,ivec) in des_cbc_cksum() argument
137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() argument
179 des_ofb_encrypt(input,numbits,ks,ivec) in des_ofb_encrypt() argument
203 des_pcbc_encrypt(input,ks,ivec,encrypt) in des_pcbc_encrypt() argument
Drpc_enc.c66 DES_key_schedule ks; in _des_crypt() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DDSAKeyFactoryImplTest.java306 X509EncodedKeySpec ks; in testGeneratePublicKeySpec04() local
347 X509EncodedKeySpec ks; in testGeneratePublicKeySpec05() local
431 PKCS8EncodedKeySpec ks; in testGeneratePrivateKeySpec04() local
472 PKCS8EncodedKeySpec ks; in testGeneratePrivateKeySpec05() local
584 KeySpec ks; in testGetKeySpec03() local
603 KeySpec ks; in testGetKeySpec04() local
776 X509EncodedKeySpec ks = kf.getKeySpec(pubKey, X509EncodedKeySpec.class); in testTranslateKey04() local
820 PKCS8EncodedKeySpec ks = kf.getKeySpec(prKey, PKCS8EncodedKeySpec.class); in testTranslateKey05() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
DECFieldF2m_ImplTest.java70 final int[] ks; field in ECFieldF2m_ImplTest.ECFieldF2mDomainParams
89 final int[] ks, in ECFieldF2mDomainParams()
DECPrivateKeySpec_ImplTest.java125 ECPrivateKeySpec ks = new ECPrivateKeySpec(BigInteger.ZERO, params); in testGetParams() local
152 ECPrivateKeySpec ks = new ECPrivateKeySpec(s, params); in testGetS() local
DECPublicKeySpec_ImplTest.java149 ECPublicKeySpec ks = new ECPublicKeySpec(g, params); in testGetParams() local
175 ECPublicKeySpec ks = new ECPublicKeySpec(g, params); in testGetW() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKSBuilder_ImplTest.java81 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in createKS() local
127 KeyStore ks = KeyStore.getInstance(defaultType); in testNewInstanceKeyStoreProtectionParameter() local
243 KeyStore ks = null; in testNewInstanceStringProviderFileProtectionParameter() local
406 KeyStore ks = null; in testNewInstanceStringProviderProtectionParameter() local
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
DEC5Util.java30 int ks[]; in convertCurve() local
62 int ks[] = ECUtil.convertMidTerms(fieldF2m.getMidTermsOfReductionPolynomial()); in convertCurve() local
/external/openssl/crypto/rc2/
Drc2_ecb.c73 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, in RC2_ecb_encrypt()

1234