/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 417 pkey = EVP_PKEY_new(); in x509_pubkey_decode() 629 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY() 671 pktmp = EVP_PKEY_new(); in ossl_i2d_DH_PUBKEY() 712 pktmp = EVP_PKEY_new(); in ossl_i2d_DHx_PUBKEY() 778 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY() 824 if ((pktmp = EVP_PKEY_new()) == NULL) { in i2d_EC_PUBKEY() 865 if ((pktmp = EVP_PKEY_new()) == NULL) { in ossl_i2d_ED25519_PUBKEY() 907 if ((pktmp = EVP_PKEY_new()) == NULL) { in ossl_i2d_ED448_PUBKEY() 949 if ((pktmp = EVP_PKEY_new()) == NULL) { in ossl_i2d_X25519_PUBKEY() 991 if ((pktmp = EVP_PKEY_new()) in ossl_i2d_X448_PUBKEY() [all...] |
H A D | x_all.c | 684 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a); in d2i_PrivateKey_fp() 710 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp() 748 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a); in d2i_PrivateKey_bio() 777 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
|
/third_party/openssl/crypto/x509/ |
H A D | x_pubkey.c | 417 pkey = EVP_PKEY_new(); in x509_pubkey_decode() 629 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY() 671 pktmp = EVP_PKEY_new(); in ossl_i2d_DH_PUBKEY() 712 pktmp = EVP_PKEY_new(); in ossl_i2d_DHx_PUBKEY() 778 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY() 824 if ((pktmp = EVP_PKEY_new()) == NULL) { in i2d_EC_PUBKEY() 865 if ((pktmp = EVP_PKEY_new()) == NULL) { in ossl_i2d_ED25519_PUBKEY() 907 if ((pktmp = EVP_PKEY_new()) == NULL) { in ossl_i2d_ED448_PUBKEY() 949 if ((pktmp = EVP_PKEY_new()) == NULL) { in ossl_i2d_X25519_PUBKEY() 991 if ((pktmp = EVP_PKEY_new()) in ossl_i2d_X448_PUBKEY() [all...] |
H A D | x_all.c | 684 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a); in d2i_PrivateKey_fp() 710 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp() 748 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a); in d2i_PrivateKey_bio() 777 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_prn.c | 57 pk = EVP_PKEY_new(); in DSA_print() 71 pk = EVP_PKEY_new(); in DSAparams_print()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_prn.c | 57 pk = EVP_PKEY_new(); in DSA_print() 71 pk = EVP_PKEY_new(); in DSAparams_print()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_pkey.c | 59 EVP_PKEY* EVP_PKEY_new(void *rngctx) in EVP_PKEY_new() function 96 pkey = EVP_PKEY_new(rngctx); in d2i_PrivateKey() 98 SSL_DEBUG(SSL_PKEY_ERROR_LEVEL, "EVP_PKEY_new() return NULL"); in d2i_PrivateKey()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_rsa_legacy.c | 26 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_use_RSAPrivateKey() 108 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_CTX_use_RSAPrivateKey()
|
H A D | tls_depr.c | 156 ret = EVP_PKEY_new(); in ssl_dh_to_pkey()
|
/third_party/openssl/ssl/ |
H A D | ssl_rsa_legacy.c | 26 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_use_RSAPrivateKey() 108 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_CTX_use_RSAPrivateKey()
|
H A D | tls_depr.c | 156 ret = EVP_PKEY_new(); in ssl_dh_to_pkey()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_pkey.h | 40 EVP_PKEY* EVP_PKEY_new(void *rngctx);
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2ms.c | 144 if ((pkey = EVP_PKEY_new()) != NULL && set1_key(pkey, key)) in key2msblob_encode() 161 if ((pkey = EVP_PKEY_new()) != NULL && set1_key(pkey, key) in key2pvk_encode()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2ms.c | 144 if ((pkey = EVP_PKEY_new()) != NULL && set1_key(pkey, key)) in key2msblob_encode() 161 if ((pkey = EVP_PKEY_new()) != NULL && set1_key(pkey, key) in key2pvk_encode()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_prn.c | 42 pk = EVP_PKEY_new(); in RSA_print()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_prn.c | 42 pk = EVP_PKEY_new(); in RSA_print()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | d2i_param.c | 24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
|
H A D | d2i_pu.c | 35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
|
/third_party/openssl/crypto/asn1/ |
H A D | d2i_param.c | 24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
|
H A D | d2i_pu.c | 35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 145 *ppkey = allocated_pkey = EVP_PKEY_new(); in EVP_PKEY_generate() 378 allocated_pkey = *ppkey = EVP_PKEY_new(); in EVP_PKEY_fromdata()
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 145 *ppkey = allocated_pkey = EVP_PKEY_new(); in EVP_PKEY_generate() 378 allocated_pkey = *ppkey = EVP_PKEY_new(); in EVP_PKEY_fromdata()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_evp_key.c | 149 EVP_PKEY *result = EVP_PKEY_new();
in wrap_rsa() 173 EVP_PKEY *result = EVP_PKEY_new();
in wrap_ec()
|
/third_party/openssl/test/ |
H A D | endecoder_legacy_test.c | 334 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_protected_PEM() 401 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_unprotected_PEM() 468 if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new()) in test_DER()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genec.c | 244 pkey = EVP_PKEY_new(); in lws_genec_keypair_import() 373 pkey = EVP_PKEY_new(); in lws_genec_new_keypair()
|