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

  /external/boringssl/src/crypto/evp/
evp.c 123 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) {
evp_extra_test.cc     [all...]
  /external/boringssl/src/crypto/x509/
x509_req.c 124 switch (EVP_PKEY_cmp(xk, k)) {
x509_cmp.c 326 ret = EVP_PKEY_cmp(xk, k);
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLKey.java 334 return NativeCrypto.EVP_PKEY_cmp(ctx, other.getNativeRef()) == 1;
NativeCrypto.java 78 static native int EVP_PKEY_cmp(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2);
    [all...]
  /external/boringssl/src/include/openssl/
evp.h 100 /* EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if
105 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
    [all...]
  /external/boringssl/src/ssl/
ssl_cert.cc 584 switch (EVP_PKEY_cmp(pubkey, privkey)) {
  /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...]
  /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/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 2022 milliseconds