Home
last modified time | relevance | path

Searched refs:EVP_marshal_private_key (Results 1 – 17 of 17) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECPrivateKey.java165 return NativeCrypto.EVP_marshal_private_key(key.getNativeRef()); in getEncoded()
218 return Arrays.hashCode(NativeCrypto.EVP_marshal_private_key(key.getNativeRef())); in hashCode()
DOpenSSLRSAPrivateKey.java199 return NativeCrypto.EVP_marshal_private_key(key.getNativeRef()); in getEncoded()
DNativeCrypto.java100 static native byte[] EVP_marshal_private_key(NativeRef.EVP_PKEY pkey); in EVP_marshal_private_key() method in NativeCrypto
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLECPrivateKey.java166 return NativeCrypto.EVP_marshal_private_key(key.getNativeRef()); in getEncoded()
219 return Arrays.hashCode(NativeCrypto.EVP_marshal_private_key(key.getNativeRef())); in hashCode()
DOpenSSLRSAPrivateKey.java200 return NativeCrypto.EVP_marshal_private_key(key.getNativeRef()); in getEncoded()
DNativeCrypto.java104 static native byte[] EVP_marshal_private_key(NativeRef.EVP_PKEY pkey); in EVP_marshal_private_key() method in NativeCrypto
/external/libchrome/crypto/
Drsa_private_key.cc89 !EVP_marshal_private_key(cbb.get(), key_.get()) || in ExportPrivateKey()
/external/boringssl/src/crypto/evp/
Devp_extra_test.cc591 EXPECT_FALSE(EVP_marshal_private_key(cbb.get(), pubkey.get())); in TEST()
611 ASSERT_TRUE(EVP_marshal_private_key(cbb.get(), privkey.get())); in TEST()
Devp_asn1.c195 int EVP_marshal_private_key(CBB *cbb, const EVP_PKEY *key) { in EVP_marshal_private_key() function
Devp_test.cc239 EVP_marshal_private_key); in TestEVP()
/external/boringssl/src/include/openssl/
Devp.h241 OPENSSL_EXPORT int EVP_marshal_private_key(CBB *cbb, const EVP_PKEY *key);
/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c478 !EVP_marshal_private_key(&plaintext_cbb, pkey) || in PKCS8_marshal_encrypted_private_key()
Dpkcs8_x509.c143 !EVP_marshal_private_key(&cbb, pkey) || in EVP_PKEY2PKCS8()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1950 EVP_marshal_private_key
DBoringSSL-GRPC.podspec3502 '#define EVP_marshal_private_key GRPC_SHADOW_EVP_marshal_private_key',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1978 #define EVP_marshal_private_key GRPC_SHADOW_EVP_marshal_private_key macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1176 if (!EVP_marshal_private_key(cbb.get(), pkey)) { in NativeCrypto_EVP_marshal_private_key()
9929 CONSCRYPT_NATIVE_METHOD(EVP_marshal_private_key, "(" REF_EVP_PKEY ")[B"),