HomeSort by relevance Sort by last modified time
    Searched defs:pkey1 (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 1087 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
1150 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
1198 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 193 long pkey1 = 0, pkey1_copy = 0, pkey2 = 0; local
195 pkey1 = NativeCrypto.EVP_PKEY_new_RSA(privKey1.getModulus().toByteArray(),
203 assertNotSame(NULL, pkey1);
226 NativeCrypto.EVP_PKEY_cmp(pkey1, NULL);
232 NativeCrypto.EVP_PKEY_cmp(NULL, pkey1);
238 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1));
241 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1_copy));
244 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));
246 if (pkey1 != 0)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 1440 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
1471 PublicKey pkey1 = new TestKeyPair("RSA").getPublic();; local
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 1644 EVP_PKEY* pkey1 = reinterpret_cast<EVP_PKEY*>(pkey1Ref); local
    [all...]

Completed in 85 milliseconds