/third_party/openssl/doc/man3/ |
D | EVP_PKEY_new.pod | 5 EVP_PKEY_new, 20 EVP_PKEY *EVP_PKEY_new(void); 40 The EVP_PKEY_new() function allocates an empty B<EVP_PKEY> structure which is 100 The structure returned by EVP_PKEY_new() is empty. To add a private or public 107 EVP_PKEY_new(), EVP_PKEY_new_raw_private_key(), EVP_PKEY_new_raw_public_key(), 122 EVP_PKEY_new() and EVP_PKEY_free() functions exist in all versions of OpenSSL.
|
D | EVP_PKEY_meth_get_count.pod | 39 L<EVP_PKEY_new(3)>
|
D | EVP_PKEY_CTX_new.pod | 47 L<EVP_PKEY_new(3)>
|
/third_party/openssl/crypto/dsa/ |
D | dsa_prn.c | 51 pk = EVP_PKEY_new(); in DSA_print() 65 pk = EVP_PKEY_new(); in DSAparams_print()
|
/third_party/openssl/fuzz/ |
D | server.c | 546 pkey = EVP_PKEY_new(); in FuzzerTestOneInput() 567 pkey = EVP_PKEY_new(); in FuzzerTestOneInput() 591 pkey = EVP_PKEY_new(); in FuzzerTestOneInput()
|
/third_party/openssl/crypto/x509/ |
D | x_pubkey.c | 106 EVP_PKEY *pkey = EVP_PKEY_new(); in x509_pubkey_decode() 250 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY() 290 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY() 330 if ((pktmp = EVP_PKEY_new()) == NULL) { in i2d_EC_PUBKEY()
|
D | x_all.c | 469 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a); in d2i_PrivateKey_fp() 479 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a); in d2i_PUBKEY_fp() 516 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a); in d2i_PrivateKey_bio() 526 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a); in d2i_PUBKEY_bio()
|
/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/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_pkey.h | 40 EVP_PKEY* EVP_PKEY_new(void *rngctx);
|
/third_party/openssl/crypto/evp/ |
D | pmeth_gn.c | 54 *ppkey = EVP_PKEY_new(); in EVP_PKEY_paramgen() 104 *ppkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
|
D | p_lib.c | 140 EVP_PKEY *EVP_PKEY_new(void) in EVP_PKEY_new() function 232 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_raw_private_key() 262 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_raw_public_key() 326 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_CMAC_key()
|
D | evp_pkey.c | 30 if ((pkey = EVP_PKEY_new()) == NULL) { in EVP_PKCS82PKEY()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_prn.c | 36 pk = EVP_PKEY_new(); in RSA_print()
|
/third_party/openssl/crypto/asn1/ |
D | d2i_pu.c | 28 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
|
D | d2i_pr.c | 28 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PrivateKey()
|
/third_party/openssl/doc/man7/ |
D | evp.pod | 30 L<EVP_PKEY_new(3)>. EVP_PKEYs can be associated 92 L<EVP_PKEY_new(3)>,
|
/third_party/openssl/test/ |
D | ecdsatest.c | 225 || !TEST_ptr(pkey = EVP_PKEY_new()) in test_builtin() 230 || !TEST_ptr(pkey_neg = EVP_PKEY_new()) in test_builtin()
|
D | dsa_no_digest_size_test.c | 148 if (!TEST_ptr(pkey = EVP_PKEY_new())) in sign_and_verify()
|
D | evp_extra_test.c | 943 if (!TEST_ptr(pkey = EVP_PKEY_new()) in load_example_rsa_key() 1535 || !TEST_ptr(pkey = EVP_PKEY_new()) in test_EVP_PKEY_check() 1542 || !TEST_ptr(pkey = EVP_PKEY_new()) in test_EVP_PKEY_check() 1737 pkey1 = EVP_PKEY_new(); in test_EVP_PKEY_set1_DH() 1738 pkey2 = EVP_PKEY_new(); in test_EVP_PKEY_set1_DH()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genec.c | 244 pkey = EVP_PKEY_new(); in lws_genec_keypair_import() 373 pkey = EVP_PKEY_new(); in lws_genec_new_keypair()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | wpa_evp_key.c | 94 EVP_PKEY *result = EVP_PKEY_new(); in wrap_rsa()
|
/third_party/openssl/apps/ |
D | dsa.c | 216 pk = EVP_PKEY_new(); in dsa_main()
|
D | rsa.c | 267 pk = EVP_PKEY_new(); in rsa_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 2079 params = EVP_PKEY_new(); in crypto_ecdh_init() 2128 ecdh->pkey = EVP_PKEY_new(); in crypto_ecdh_init2() 2253 peerkey = EVP_PKEY_new(); in crypto_ecdh_set_peerkey() 2326 pkey = EVP_PKEY_new(); in crypto_ec_key_parse_priv() 2418 pkey = EVP_PKEY_new(); in crypto_ec_key_set_pub() 2458 pkey = EVP_PKEY_new(); in crypto_ec_key_set_pub_point() 2495 params = EVP_PKEY_new(); in crypto_ec_key_gen() 2640 tmp = EVP_PKEY_new(); in crypto_ec_key_get_subject_public_key()
|
/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 228 EVP_PKEY* key = EVP_PKEY_new(); in compute_and_encode_signature()
|