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

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 1084 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
1147 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
1195 PublicKey pkey1 = new TestKeyPair("RSA").getPublic(); local
    [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...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 223 long pkey1 = 0, pkey1_copy = 0, pkey2 = 0; local
225 pkey1 = NativeCrypto.EVP_PKEY_new_RSA(privKey1.getModulus().toByteArray(),
233 assertNotSame(NULL, pkey1);
256 NativeCrypto.EVP_PKEY_cmp(pkey1, NULL);
262 NativeCrypto.EVP_PKEY_cmp(NULL, pkey1);
268 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1));
271 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1_copy));
274 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));
276 if (pkey1 != 0)
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java 108 public static native int EVP_PKEY_cmp(long pkey1, long pkey2);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 2444 EVP_PKEY* pkey1 = reinterpret_cast<EVP_PKEY*>(pkey1Ref); local
    [all...]

Completed in 373 milliseconds