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

  /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/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/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 97 public static native int EVP_PKEY_cmp(long pkey1, long pkey2);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 193 long pkey1 = 0, pkey1_copy = 0, pkey2 = 0; local
215 pkey2 = NativeCrypto.EVP_PKEY_new_RSA(privKey2.getModulus().toByteArray(),
223 assertNotSame(NULL, pkey2);
244 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));
252 if (pkey2 != 0) {
253 NativeCrypto.EVP_PKEY_free(pkey2);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 1645 EVP_PKEY* pkey2 = reinterpret_cast<EVP_PKEY*>(pkey2Ref); local
    [all...]

Completed in 151 milliseconds