/third_party/node/deps/openssl/openssl/crypto/x509/ |
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()) == NULL) { in ossl_i2d_X448_PUBKEY()
|
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/ |
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()) == NULL) { in ossl_i2d_X448_PUBKEY()
|
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/fuzz/ |
D | server.c | 554 pkey = EVP_PKEY_new(); in FuzzerTestOneInput() 577 pkey = EVP_PKEY_new(); in FuzzerTestOneInput() 601 pkey = EVP_PKEY_new(); in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | server.c | 554 pkey = EVP_PKEY_new(); in FuzzerTestOneInput() 577 pkey = EVP_PKEY_new(); in FuzzerTestOneInput() 601 pkey = EVP_PKEY_new(); in FuzzerTestOneInput()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_prn.c | 57 pk = EVP_PKEY_new(); in DSA_print() 71 pk = EVP_PKEY_new(); in DSAparams_print()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
D | dsa_prn.c | 57 pk = EVP_PKEY_new(); in DSA_print() 71 pk = EVP_PKEY_new(); in DSAparams_print()
|
/third_party/openssl/doc/man3/ |
D | DSA_new.pod | 22 Applications should instead use L<EVP_PKEY_new(3)> and L<EVP_PKEY_free(3)>. 42 L<EVP_PKEY_new(3)>, L<EVP_PKEY_free(3)>,
|
D | EVP_PKEY_new.pod | 6 EVP_PKEY_new, 26 EVP_PKEY *EVP_PKEY_new(void); 81 The EVP_PKEY_new() function allocates an empty B<EVP_PKEY> structure which is 168 The structure returned by EVP_PKEY_new() is empty. To add a private or public 175 EVP_PKEY_new(), EVP_PKEY_new_raw_private_key(), EVP_PKEY_new_raw_public_key(), 192 EVP_PKEY_new() and EVP_PKEY_free() functions exist in all versions of OpenSSL.
|
D | EVP_PKEY_set1_encoded_public_key.pod | 80 EVP_PKEY *peerkey = EVP_PKEY_new(); 120 L<EVP_PKEY_new(3)>, L<EVP_PKEY_copy_parameters(3)>,
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
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()
|
/third_party/openssl/ssl/ |
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()
|
/third_party/node/deps/openssl/openssl/ssl/ |
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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
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/ |
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/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_pkey.h | 40 EVP_PKEY* EVP_PKEY_new(void *rngctx);
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_prn.c | 42 pk = EVP_PKEY_new(); in RSA_print()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_prn.c | 42 pk = EVP_PKEY_new(); in RSA_print()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | d2i_param.c | 24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
|
D | d2i_pu.c | 35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
|
/third_party/openssl/crypto/asn1/ |
D | d2i_param.c | 24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
|
D | d2i_pu.c | 35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
|
/third_party/openssl/doc/man7/ |
D | evp.pod | 30 L<EVP_PKEY_new(3)>. EVP_PKEYs can be associated 93 L<EVP_PKEY_new(3)>,
|
/third_party/openssl/test/ |
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()
|