Home
last modified time | relevance | path

Searched refs:EVP_PKEY_new (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/net/ssl/
Dopenssl_client_key_store_unittest.cc52 crypto::ScopedEVP_PKEY priv_key(EVP_PKEY_new()); in TEST_F()
94 crypto::ScopedEVP_PKEY priv_key(EVP_PKEY_new()); in TEST_F()
132 crypto::ScopedEVP_PKEY priv_key1(EVP_PKEY_new()); in TEST_F()
136 crypto::ScopedEVP_PKEY priv_key2(EVP_PKEY_new()); in TEST_F()
Dopenssl_platform_key_mac.cc335 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in CreateRSAWrapper()
420 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in CreateECDSAWrapper()
/external/openssl/crypto/pem/
Dpem_all.c206 k = EVP_PKEY_new(); in PEM_write_bio_RSAPrivateKey()
229 k = EVP_PKEY_new(); in PEM_write_RSAPrivateKey()
290 k = EVP_PKEY_new(); in PEM_write_bio_DSAPrivateKey()
313 k = EVP_PKEY_new(); in PEM_write_DSAPrivateKey()
390 k = EVP_PKEY_new(); in IMPLEMENT_PEM_rw_const()
414 k = EVP_PKEY_new(); in PEM_write_ECPrivateKey()
Dpem_pkey.c171 ret = EVP_PKEY_new(); in PEM_read_bio_Parameters()
/external/openssl/crypto/dsa/
Ddsa_prn.c102 pk = EVP_PKEY_new(); in DSA_print()
114 pk = EVP_PKEY_new(); in DSAparams_print()
/external/openssl/crypto/asn1/
Dx_pubkey.c147 if ((ret = EVP_PKEY_new()) == NULL) in X509_PUBKEY_get()
260 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY()
300 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY()
339 if ((pktmp = EVP_PKEY_new()) == NULL) in i2d_EC_PUBKEY()
Dd2i_pu.c82 if ((ret=EVP_PKEY_new()) == NULL) in d2i_PublicKey()
Dd2i_pr.c78 if ((ret=EVP_PKEY_new()) == NULL) in d2i_PrivateKey()
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dx_pubkey.c141 if ((ret = EVP_PKEY_new()) == NULL) in X509_PUBKEY_get()
251 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY()
290 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY()
328 if ((pktmp = EVP_PKEY_new()) == NULL) in i2d_EC_PUBKEY()
Dx_all.c486 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,fp,a); in d2i_PrivateKey_fp()
496 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,fp,a); in d2i_PUBKEY_fp()
531 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,bp,a); in d2i_PrivateKey_bio()
541 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,bp,a); in d2i_PUBKEY_bio()
/external/chromium_org/third_party/boringssl/src/crypto/evp/
Dexample_sign.c114 pkey = EVP_PKEY_new(); in example_EVP_DigestSignInit()
175 pkey = EVP_PKEY_new(); in example_EVP_DigestVerifyInit()
Dasn1.c72 ret = EVP_PKEY_new(); in d2i_PrivateKey()
Devp.c77 EVP_PKEY *EVP_PKEY_new(void) { in EVP_PKEY_new() function
82 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_new, ERR_R_MALLOC_FAILURE); in EVP_PKEY_new()
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
Dcertificateutiltest.cc54 EVP_PKEY* pkey = EVP_PKEY_new(); in TEST()
147 EVP_PKEY* pkey = EVP_PKEY_new(); in TEST()
/external/chromium_org/crypto/
Drsa_private_key_openssl.cc65 result->key_ = EVP_PKEY_new(); in Create()
125 copy->key_ = EVP_PKEY_new(); in Copy()
Dec_private_key_openssl.cc100 result->key_ = EVP_PKEY_new(); in Create()
/external/openssl/crypto/evp/
Dpmeth_gn.c105 *ppkey = EVP_PKEY_new(); in EVP_PKEY_paramgen()
154 *ppkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
Devp_pkey.c77 if (!(pkey = EVP_PKEY_new())) { in EVP_PKCS82PKEY()
/external/openssl/crypto/rsa/
Drsa_prn.c86 pk = EVP_PKEY_new(); in RSA_print()
/external/openssl/crypto/x509/
Dx_all.c480 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,fp,a); in d2i_PrivateKey_fp()
490 return ASN1_d2i_fp_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,fp,a); in d2i_PUBKEY_fp()
526 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_AutoPrivateKey,bp,a); in d2i_PrivateKey_bio()
536 return ASN1_d2i_bio_of(EVP_PKEY,EVP_PKEY_new,d2i_PUBKEY,bp,a); in d2i_PUBKEY_bio()
/external/chromium_org/content/child/webcrypto/openssl/
Drsa_key_openssl.cc190 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in ImportRsaPrivateKey()
217 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in ImportRsaPublicKey()
279 crypto::ScopedEVP_PKEY private_pkey(EVP_PKEY_new()); in GenerateKeyPair()
287 crypto::ScopedEVP_PKEY public_pkey(EVP_PKEY_new()); in GenerateKeyPair()
/external/openssl/crypto/ec/
Deck_prn.c124 pk = EVP_PKEY_new(); in EC_KEY_print()
136 pk = EVP_PKEY_new(); in ECParameters_print()
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dcertificateutil.cc80 EVP_PKEY* pkey = EVP_PKEY_new(); in GeneratePrivateKey()
/external/chromium_org/net/android/
Dkeystore_openssl.cc346 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in GetRsaPkeyWrapper()
530 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in GetEcdsaPkeyWrapper()
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils_openssl.cc151 crypto::ScopedEVP_PKEY pkey(EVP_PKEY_new()); in HostnameToKey()

12