Home
last modified time | relevance | path

Searched defs:ks (Results 1 – 25 of 82) 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.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
DDESedeKeySpecTest.java107 DESedeKeySpec ks; in testGetKey() local
/external/boringssl/src/crypto/cipher/
De_des.c67 DES_key_schedule ks; member
68 } ks; member
102 DES_key_schedule ks[3]; member
103 } ks; member
/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/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/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/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.java74 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getKeyManagers() local
107 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getTrustManagers() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java856 public LongArray modMultiplyLD(LongArray other, int m, int[] ks) in modMultiplyLD()
988 public LongArray modMultiply(LongArray other, int m, int[] ks) in modMultiply()
1120 public LongArray modMultiplyAlt(LongArray other, int m, int[] ks) in modMultiplyAlt()
1337 public LongArray modReduce(int m, int[] ks) in modReduce()
1344 public LongArray multiply(LongArray other, int m, int[] ks) in multiply()
1478 public void reduce(int m, int[] ks) in reduce()
1489 private static LongArray reduceResult(long[] buf, int off, int len, int m, int[] ks) in reduceResult()
1522 private static int reduceInPlace(long[] buf, int off, int len, int m, int[] ks) in reduceInPlace()
1566 private static void reduceBitWise(long[] buf, int off, int bitlength, int m, int[] ks) in reduceBitWise()
1577 private static void reduceBit(long[] buf, int off, int bit, int m, int[] ks) in reduceBit()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java54 int ks[]; in convertCurve() local
93 int ks[] = ECUtil.convertMidTerms(fieldF2m.getMidTermsOfReductionPolynomial()); in convertCurve() local
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DSslUtil.java83 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getEmptyKeyStore() local
322 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in getFileBackedKeyManagers() local
351 KeyStore ks = SslUtil.getEmptyKeyStore(); in generateTestServerKeyManager() local
/external/conscrypt/src/platform/java/org/conscrypt/
DTrustManagerFactoryImpl.java44 public void engineInit(KeyStore ks) throws KeyStoreException { in engineInit()
/external/jemalloc/test/unit/
Dckh.c56 const char *ks, *vs; in TEST_BEGIN() local
82 const char *ks, *vs; in TEST_BEGIN() local

1234