Home
last modified time | relevance | path

Searched refs:EVP_PKEY_new (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_pubkey.c417 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 Dx_all.c684 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 Dx_pubkey.c417 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 Dx_all.c684 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 Ddsa_prn.c57 pk = EVP_PKEY_new(); in DSA_print()
71 pk = EVP_PKEY_new(); in DSAparams_print()
/third_party/openssl/crypto/dsa/
H A Ddsa_prn.c57 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 Dssl_pkey.c59 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 Dssl_rsa_legacy.c26 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_use_RSAPrivateKey()
108 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_CTX_use_RSAPrivateKey()
H A Dtls_depr.c156 ret = EVP_PKEY_new(); in ssl_dh_to_pkey()
/third_party/openssl/ssl/
H A Dssl_rsa_legacy.c26 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_use_RSAPrivateKey()
108 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_CTX_use_RSAPrivateKey()
H A Dtls_depr.c156 ret = EVP_PKEY_new(); in ssl_dh_to_pkey()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_pkey.h40 EVP_PKEY* EVP_PKEY_new(void *rngctx);
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2ms.c144 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 Dencode_key2ms.c144 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 Drsa_prn.c42 pk = EVP_PKEY_new(); in RSA_print()
/third_party/openssl/crypto/rsa/
H A Drsa_prn.c42 pk = EVP_PKEY_new(); in RSA_print()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dd2i_param.c24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
H A Dd2i_pu.c35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
/third_party/openssl/crypto/asn1/
H A Dd2i_param.c24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
H A Dd2i_pu.c35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_gn.c145 *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 Dpmeth_gn.c145 *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 Dwpa_evp_key.c149 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 Dendecoder_legacy_test.c334 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 Dlws-genec.c244 pkey = EVP_PKEY_new(); in lws_genec_keypair_import()
373 pkey = EVP_PKEY_new(); in lws_genec_new_keypair()

Completed in 16 milliseconds

1234