Searched refs:d2i_PKCS8_PRIV_KEY_INFO (Results 1 - 15 of 15) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLKey.java79 return new OpenSSLKey(NativeCrypto.d2i_PKCS8_PRIV_KEY_INFO(key.getEncoded()));
183 return new OpenSSLKey(NativeCrypto.d2i_PKCS8_PRIV_KEY_INFO(encoded));
306 key = new OpenSSLKey(NativeCrypto.d2i_PKCS8_PRIV_KEY_INFO(pkcs8KeySpec.getEncoded()));
H A DOpenSSLECPrivateKey.java237 key = new OpenSSLKey(NativeCrypto.d2i_PKCS8_PRIV_KEY_INFO(encoded));
H A DNativeCrypto.java82 public static native long d2i_PKCS8_PRIV_KEY_INFO(byte[] data); method in class:NativeCrypto
/external/boringssl/src/crypto/pem/
H A Dpem_pkey.c87 p8inf = d2i_PKCS8_PRIV_KEY_INFO(NULL, &p, len);
/external/boringssl/src/crypto/x509/
H A Dx_all.c416 d2i_PKCS8_PRIV_KEY_INFO, fp, p8inf);
461 d2i_PKCS8_PRIV_KEY_INFO, bp, p8inf);
/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8_x509.c137 PKCS8_PRIV_KEY_INFO *p8 = d2i_PKCS8_PRIV_KEY_INFO(NULL, &p, (long)der_len);
H A Dpkcs8_test.cc211 d2i_PKCS8_PRIV_KEY_INFO(nullptr, &ptr, sizeof(kSampleKey)));
/external/boringssl/src/crypto/evp/
H A Devp_extra_test.cc485 d2i_PKCS8_PRIV_KEY_INFO(NULL, &derp, sizeof(kExampleBadECKeyDER)));
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp1125 * static native int d2i_PKCS8_PRIV_KEY_INFO(byte[])
1128 JNI_TRACE("d2i_PKCS8_PRIV_KEY_INFO(%p)", keyJavaBytes);
1132 JNI_TRACE("bytes=%p d2i_PKCS8_PRIV_KEY_INFO => threw exception", keyJavaBytes);
1138 d2i_PKCS8_PRIV_KEY_INFO(nullptr, &tmp, static_cast<long>(bytes.size())));
1140 Errors::throwExceptionIfNecessary(env, "d2i_PKCS8_PRIV_KEY_INFO");
1141 JNI_TRACE("ssl=%p d2i_PKCS8_PRIV_KEY_INFO => error from DER to PKCS8", keyJavaBytes);
1147 Errors::throwExceptionIfNecessary(env, "d2i_PKCS8_PRIV_KEY_INFO");
1148 JNI_TRACE("ssl=%p d2i_PKCS8_PRIV_KEY_INFO => error from PKCS8 to key", keyJavaBytes);
1152 JNI_TRACE("bytes=%p d2i_PKCS8_PRIV_KEY_INFO => %p", keyJavaBytes, pkey.get());
8979 CONSCRYPT_NATIVE_METHOD(NativeCrypto, d2i_PKCS8_PRIV_KEY_INFO, "([
[all...]
/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 575 milliseconds