Home
last modified time | relevance | path

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

123

/third_party/openssl/doc/man3/
DEVP_PKEY_new.pod5 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.
DEVP_PKEY_meth_get_count.pod39 L<EVP_PKEY_new(3)>
DEVP_PKEY_CTX_new.pod47 L<EVP_PKEY_new(3)>
/third_party/openssl/crypto/dsa/
Ddsa_prn.c51 pk = EVP_PKEY_new(); in DSA_print()
65 pk = EVP_PKEY_new(); in DSAparams_print()
/third_party/openssl/fuzz/
Dserver.c546 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/
Dx_pubkey.c106 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()
Dx_all.c469 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/
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/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_pkey.h40 EVP_PKEY* EVP_PKEY_new(void *rngctx);
/third_party/openssl/crypto/evp/
Dpmeth_gn.c54 *ppkey = EVP_PKEY_new(); in EVP_PKEY_paramgen()
104 *ppkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
Dp_lib.c140 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()
Devp_pkey.c30 if ((pkey = EVP_PKEY_new()) == NULL) { in EVP_PKCS82PKEY()
/third_party/openssl/crypto/rsa/
Drsa_prn.c36 pk = EVP_PKEY_new(); in RSA_print()
/third_party/openssl/crypto/asn1/
Dd2i_pu.c28 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
Dd2i_pr.c28 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PrivateKey()
/third_party/openssl/doc/man7/
Devp.pod30 L<EVP_PKEY_new(3)>. EVP_PKEYs can be associated
92 L<EVP_PKEY_new(3)>,
/third_party/openssl/test/
Decdsatest.c225 || !TEST_ptr(pkey = EVP_PKEY_new()) in test_builtin()
230 || !TEST_ptr(pkey_neg = EVP_PKEY_new()) in test_builtin()
Ddsa_no_digest_size_test.c148 if (!TEST_ptr(pkey = EVP_PKEY_new())) in sign_and_verify()
Devp_extra_test.c943 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/
Dlws-genec.c244 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/
Dwpa_evp_key.c94 EVP_PKEY *result = EVP_PKEY_new(); in wrap_rsa()
/third_party/openssl/apps/
Ddsa.c216 pk = EVP_PKEY_new(); in dsa_main()
Drsa.c267 pk = EVP_PKEY_new(); in rsa_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2079 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/
Djson_token.cc228 EVP_PKEY* key = EVP_PKEY_new(); in compute_and_encode_signature()

123