/external/boringssl/src/crypto/x509/ |
H A D | x_pubkey.c | 204 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, function 243 pkey = d2i_PUBKEY(NULL, &q, length); 282 pkey = d2i_PUBKEY(NULL, &q, length); 320 pkey = d2i_PUBKEY(NULL, &q, length);
|
H A D | x_all.c | 451 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,fp,a); 496 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,bp,a);
|
/external/conscrypt/src/main/java/org/conscrypt/ |
H A D | OpenSSLKey.java | 248 return new OpenSSLKey(NativeCrypto.d2i_PUBKEY(key.getEncoded())); 293 key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(x509KeySpec.getEncoded()));
|
H A D | OpenSSLECPublicKey.java | 158 key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(encoded));
|
H A D | NativeCrypto.java | 106 public static native long d2i_PUBKEY(byte[] data); method in class:NativeCrypto
|
/external/libchrome/crypto/ |
H A D | signature_verifier_openssl.cc | 143 ScopedEVP_PKEY public_key(d2i_PUBKEY(nullptr, &ptr, public_key_info_len));
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
H A D | CTLogStoreImpl.java | 145 PublicKey key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(KnownLogs.LOG_KEYS[i]))
|
/external/boringssl/include/openssl/ |
H A D | x509.h | 747 OPENSSL_EXPORT EVP_PKEY * d2i_PUBKEY(EVP_PKEY **a,const unsigned char **pp,
|
/external/boringssl/src/include/openssl/ |
H A D | x509.h | 747 OPENSSL_EXPORT EVP_PKEY * d2i_PUBKEY(EVP_PKEY **a,const unsigned char **pp,
|
/external/boringssl/src/crypto/evp/ |
H A D | evp_extra_test.cc | 614 ScopedEVP_PKEY pubkey(d2i_PUBKEY(NULL, &derp, CBS_len(&spki)));
|
/external/conscrypt/src/main/native/ |
H A D | org_conscrypt_NativeCrypto.cpp | 2926 * static native int d2i_PUBKEY(byte[]) 2929 JNI_TRACE("d2i_PUBKEY(%p)", javaBytes); 2933 JNI_TRACE("d2i_PUBKEY(%p) => threw error", javaBytes); 2938 Unique_EVP_PKEY pkey(d2i_PUBKEY(nullptr, &tmp, bytes.size())); 2940 JNI_TRACE("bytes=%p d2i_PUBKEY => threw exception", javaBytes); 2941 throwExceptionIfNecessary(env, "d2i_PUBKEY"); 11065 NATIVE_METHOD(NativeCrypto, d2i_PUBKEY, "([B)J"),
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |