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

  /external/boringssl/src/crypto/evp/
evp.c 123 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) {
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 78 static native int EVP_PKEY_cmp(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2);
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java 252 NativeCrypto.EVP_PKEY_cmp(null, null);
260 NativeCrypto.EVP_PKEY_cmp(pkey1, null);
276 assertEquals("Same keys should be the equal", 1, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1));
279 "Same keys should be the equal", 1, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1_copy));
282 "Different keys should not be equal", 0, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 82 milliseconds