/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLKey.java | 337 return NativeCrypto.EVP_PKEY_cmp(ctx, other.getNativeRef()) == 1; in equals()
|
D | NativeCrypto.java | 78 public static native int EVP_PKEY_cmp(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2); in EVP_PKEY_cmp() method in NativeCrypto
|
/external/boringssl/src/crypto/x509/ |
D | x509_req.c | 124 switch (EVP_PKEY_cmp(xk, k)) { in X509_REQ_check_private_key()
|
D | x509_cmp.c | 326 ret = EVP_PKEY_cmp(xk, k); in X509_check_private_key()
|
/external/boringssl/src/crypto/evp/ |
D | evp.c | 130 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) { in EVP_PKEY_cmp() function
|
/external/boringssl/src/include/openssl/ |
D | evp.h | 111 OPENSSL_EXPORT int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 251 NativeCrypto.EVP_PKEY_cmp(null, null); in EVP_PKEY_cmp_BothNullParameters() 268 NativeCrypto.EVP_PKEY_cmp(pkey1, null); in test_EVP_PKEY_cmp() 273 assertEquals("Same keys should be the equal", 1, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1)); in test_EVP_PKEY_cmp() 276 "Same keys should be the equal", 1, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1_copy)); in test_EVP_PKEY_cmp() 279 "Different keys should not be equal", 0, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2)); in test_EVP_PKEY_cmp()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 252 NativeCrypto.EVP_PKEY_cmp(null, null); in EVP_PKEY_cmp_BothNullParameters() 269 NativeCrypto.EVP_PKEY_cmp(pkey1, null); in test_EVP_PKEY_cmp() 274 assertEquals("Same keys should be the equal", 1, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1)); in test_EVP_PKEY_cmp() 277 "Same keys should be the equal", 1, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey1_copy)); in test_EVP_PKEY_cmp() 280 "Different keys should not be equal", 0, NativeCrypto.EVP_PKEY_cmp(pkey1, pkey2)); in test_EVP_PKEY_cmp()
|
/external/boringssl/src/ssl/ |
D | ssl_cert.c | 596 switch (EVP_PKEY_cmp(pubkey, privkey)) { in ssl_compare_public_and_private_key()
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 1098 int result = EVP_PKEY_cmp(pkey1, pkey2); in NativeCrypto_EVP_PKEY_cmp() 8977 CONSCRYPT_NATIVE_METHOD(NativeCrypto, EVP_PKEY_cmp, "(" REF_EVP_PKEY REF_EVP_PKEY ")I"),
|
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |