Searched refs:d2i_PUBKEY (Results 1 - 17 of 17) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Dx_pubkey.c204 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 Dx_all.c451 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 DOpenSSLKey.java248 return new OpenSSLKey(NativeCrypto.d2i_PUBKEY(key.getEncoded()));
293 key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(x509KeySpec.getEncoded()));
H A DOpenSSLECPublicKey.java158 key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(encoded));
H A DNativeCrypto.java106 public static native long d2i_PUBKEY(byte[] data); method in class:NativeCrypto
/external/libchrome/crypto/
H A Dsignature_verifier_openssl.cc143 ScopedEVP_PKEY public_key(d2i_PUBKEY(nullptr, &ptr, public_key_info_len));
/external/conscrypt/src/main/java/org/conscrypt/ct/
H A DCTLogStoreImpl.java145 PublicKey key = new OpenSSLKey(NativeCrypto.d2i_PUBKEY(KnownLogs.LOG_KEYS[i]))
/external/boringssl/include/openssl/
H A Dx509.h747 OPENSSL_EXPORT EVP_PKEY * d2i_PUBKEY(EVP_PKEY **a,const unsigned char **pp,
/external/boringssl/src/include/openssl/
H A Dx509.h747 OPENSSL_EXPORT EVP_PKEY * d2i_PUBKEY(EVP_PKEY **a,const unsigned char **pp,
/external/boringssl/src/crypto/evp/
H A Devp_extra_test.cc614 ScopedEVP_PKEY pubkey(d2i_PUBKEY(NULL, &derp, CBS_len(&spki)));
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp2926 * 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 Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 190 milliseconds