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

  /external/boringssl/src/crypto/x509/
x509_req.c 125 switch (EVP_PKEY_cmp(xk, k))
x509_cmp.c 327 ret = EVP_PKEY_cmp(xk, k);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLKey.java 374 return NativeCrypto.EVP_PKEY_cmp(ctx, other.getNativeRef()) == 1;
NativeCrypto.java 98 public static native int EVP_PKEY_cmp(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2);
    [all...]
  /external/boringssl/src/crypto/evp/
evp.c 131 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) {
  /external/boringssl/src/include/openssl/
evp.h 106 /* EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if
111 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 215 NativeCrypto.EVP_PKEY_cmp(null, null);
264 NativeCrypto.EVP_PKEY_cmp(pkey1, null);
270 NativeCrypto.EVP_PKEY_cmp(null, null);
276 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1));
279 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1_copy));
282 NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2));
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 548 ASSERT_EQ(1, EVP_PKEY_cmp(expected.get(), actual.get()))
584 ASSERT_EQ(1, EVP_PKEY_cmp(expected.get(), actual.get()))
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 348 milliseconds