Home
last modified time | relevance | path

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

1234

/third_party/node/deps/openssl/openssl/crypto/x509/
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()) == NULL) { in ossl_i2d_X448_PUBKEY()
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/
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()) == NULL) { in ossl_i2d_X448_PUBKEY()
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/fuzz/
Dserver.c554 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/
Dserver.c554 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/
Ddsa_prn.c57 pk = EVP_PKEY_new(); in DSA_print()
71 pk = EVP_PKEY_new(); in DSAparams_print()
/third_party/node/deps/openssl/openssl/crypto/dsa/
Ddsa_prn.c57 pk = EVP_PKEY_new(); in DSA_print()
71 pk = EVP_PKEY_new(); in DSAparams_print()
/third_party/openssl/doc/man3/
DDSA_new.pod22 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)>,
DEVP_PKEY_new.pod6 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.
DEVP_PKEY_set1_encoded_public_key.pod80 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/
Dssl_pkey.c59 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/
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()
/third_party/node/deps/openssl/openssl/ssl/
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()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
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/
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/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_pkey.h40 EVP_PKEY* EVP_PKEY_new(void *rngctx);
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_prn.c42 pk = EVP_PKEY_new(); in RSA_print()
/third_party/openssl/crypto/rsa/
Drsa_prn.c42 pk = EVP_PKEY_new(); in RSA_print()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dd2i_param.c24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
Dd2i_pu.c35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
/third_party/openssl/crypto/asn1/
Dd2i_param.c24 if ((ret = EVP_PKEY_new()) == NULL) in d2i_KeyParams()
Dd2i_pu.c35 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
/third_party/openssl/doc/man7/
Devp.pod30 L<EVP_PKEY_new(3)>. EVP_PKEYs can be associated
93 L<EVP_PKEY_new(3)>,
/third_party/openssl/test/
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()

1234