Home
last modified time | relevance | path

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

12345

/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.java54 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector01() local
77 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector02() local
102 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED_AND_UNTRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector03() local
120 KeyStore ks = TestUtils.getKeyStore(false, 0); in testPKIXBuilderParametersKeyStoreCertSelector05() local
141 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.UNTRUSTED); in testPKIXBuilderParametersKeyStoreCertSelector06() local
166 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testGetMaxPathLength01() local
186 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testSetMaxPathLength01() local
212 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testSetMaxPathLength02() local
237 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
365 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testTrustAnchorX509CertificatebyteArray09() local
405 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testGetNameConstraints() local
[all …]
DPKIXParameters_ImplTest.java60 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testPKIXParametersKeyStore01() local
82 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED_AND_UNTRUSTED); in testPKIXParametersKeyStore02() local
99 KeyStore ks = TestUtils.getKeyStore(false, 0); in testPKIXParametersKeyStore04() local
119 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.UNTRUSTED); in testPKIXParametersKeyStore05() local
143 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testSetTrustAnchors05() local
171 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testClone01() local
247 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); in testClone02() local
288 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
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
De_des.c69 DES_key_schedule ks; member
70 } ks; member
114 DES_key_schedule ks[3]; member
115 } ks; member
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMyTrustManagerFactorySpi.java35 protected void engineInit(KeyStore ks) throws KeyStoreException { in engineInit()
67 public Parameters(KeyStore ks) { in Parameters()
DMyKeyManagerFactorySpi.java38 protected void engineInit(KeyStore ks, char[] password) in engineInit()
76 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.java35 protected void engineInit(KeyStore ks) throws KeyStoreException { in engineInit()
67 public Parameters(KeyStore ks) { in Parameters()
DMyKeyManagerFactorySpi.java38 protected void engineInit(KeyStore ks, char[] password) in engineInit()
76 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.java33 KeyStore ks = null; in testKeyManagerImpl1() local
61 KeyStore ks = JSSETestData.getKeyStore(); in testKeyManagerImpl2() local
DTrustManagerImplTest.java74 KeyStore ks = KeyStore.getInstance("BKS"); in testTrustManagerImpl_1() local
83 KeyStore ks = JSSETestData.getKeyStore(); in testTrustManagerImpl_2() 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/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
Ddestest.c339 des_key_schedule ks,ks2,ks3; in main() local
854 des_key_schedule ks; in cfb_test() local
883 des_key_schedule ks; in cfb64_test() local
916 des_key_schedule ks; in ede_cfb64_test() 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
DECFieldF2m_ImplTest.java68 final int[] ks; field in ECFieldF2m_ImplTest.ECFieldF2mDomainParams
87 final int[] ks, in ECFieldF2mDomainParams()
DECPrivateKeySpec_ImplTest.java124 ECPrivateKeySpec ks = new ECPrivateKeySpec(BigInteger.ZERO, params); in testGetParams() local
151 ECPrivateKeySpec ks = new ECPrivateKeySpec(s, params); in testGetS() local
DECPublicKeySpec_ImplTest.java148 ECPublicKeySpec ks = new ECPublicKeySpec(g, params); in testGetParams() local
174 ECPublicKeySpec ks = new ECPublicKeySpec(g, params); in testGetW() local
/external/conscrypt/src/main/java/org/conscrypt/
DDefaultSSLContextImpl.java75 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getKeyManagers() local
108 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getTrustManagers() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java30 int ks[]; in convertCurve() local
62 int ks[] = ECUtil.convertMidTerms(fieldF2m.getMidTermsOfReductionPolynomial()); in convertCurve() local
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DSslUtil.java82 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getEmptyKeyStore() local
304 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getFileBackedKeyManagers() local
333 KeyStore ks = SslUtil.getEmptyKeyStore(); in generateTestServerKeyManager() local

12345