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

  /external/chromium_org/net/ssl/
openssl_client_key_store_unittest.cc 114 ScopedEVP_PKEY pkey2; local
115 ASSERT_TRUE(store_->FetchClientCertPrivateKey(cert_1.get(), &pkey2));
116 ASSERT_EQ(pkey2.get(), priv_key.get());
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 1088 PublicKey pkey2 = new TestKeyPair("DSA").getPublic(); local
1151 PublicKey pkey2 = new TestKeyPair("DSA").getPublic(); local
1199 PublicKey pkey2 = new TestKeyPair("DSA").getPublic(); local
    [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 192 long pkey1 = 0, pkey1_copy = 0, pkey2 = 0; local
214 pkey2 = NativeCrypto.EVP_PKEY_new_RSA(privKey2.getModulus().toByteArray(),
222 assertNotSame(NULL, pkey2);
243 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));
251 if (pkey2 != 0) {
252 NativeCrypto.EVP_PKEY_free(pkey2);
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 1441 PublicKey pkey2 = new TestKeyPair("DSA").getPublic(); local
1472 PublicKey pkey2 = new TestKeyPair("DSA").getPublic();; local
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 1711 EVP_PKEY* pkey2 = reinterpret_cast<EVP_PKEY*>(pkey2Ref); local
    [all...]

Completed in 77 milliseconds