Symbol: EVP_PKEY_new
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
309
pkey = EVP_PKEY_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
639
pkey = EVP_PKEY_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
937
pkey = EVP_PKEY_new();
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
215
if ((key->pkey = EVP_PKEY_new()) == NULL ||
crypto/openssh/ssh-ecdsa.c
216
if ((to->pkey = EVP_PKEY_new()) == NULL) {
crypto/openssh/ssh-ecdsa.c
258
if ((pkey = EVP_PKEY_new()) == NULL) {
crypto/openssh/ssh-keygen.c
599
if ((key->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-keygen.c
775
if (((*k)->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-pkcs11-client.c
271
if ((key->pkey = EVP_PKEY_new()) == NULL ||
crypto/openssh/ssh-pkcs11-client.c
350
if ((key->pkey = EVP_PKEY_new()) == NULL ||
crypto/openssh/ssh-pkcs11.c
1028
if ((key->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-pkcs11.c
1061
if ((key->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-pkcs11.c
811
if ((key->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-pkcs11.c
910
if ((key->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-rsa.c
50
if ((k->pkey = EVP_PKEY_new()) == NULL)
crypto/openssh/ssh-sk.c
252
if ((key->pkey = EVP_PKEY_new()) == NULL) {
crypto/openssh/sshkey.c
3331
if ((pkey = EVP_PKEY_new()) == NULL) {
crypto/openssl/apps/speed.c
3958
pkey_A = EVP_PKEY_new();
crypto/openssl/apps/speed.c
3966
pkey_B = EVP_PKEY_new();
crypto/openssl/crypto/asn1/d2i_param.c
24
if ((ret = EVP_PKEY_new()) == NULL)
crypto/openssl/crypto/asn1/d2i_pr.c
109
if ((ret = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/asn1/d2i_pu.c
35
if ((ret = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/cms/cms_dh.c
65
pkpeer = EVP_PKEY_new();
crypto/openssl/crypto/cms/cms_ec.c
96
pkpeer = EVP_PKEY_new();
crypto/openssl/crypto/dsa/dsa_prn.c
57
pk = EVP_PKEY_new();
crypto/openssl/crypto/dsa/dsa_prn.c
71
pk = EVP_PKEY_new();
crypto/openssl/crypto/evp/evp_pkey.c
35
if ((pkey = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/evp/exchange.c
234
EVP_PKEY *pkey = EVP_PKEY_new();
crypto/openssl/crypto/evp/keymgmt_lib.c
79
|| (pkey = EVP_PKEY_new()) == NULL
crypto/openssl/crypto/evp/p_lib.c
1735
if ((dup_pk = EVP_PKEY_new()) == NULL)
crypto/openssl/crypto/evp/p_lib.c
2111
allocpkey = *dest = EVP_PKEY_new();
crypto/openssl/crypto/evp/p_lib.c
480
pkey = EVP_PKEY_new();
crypto/openssl/crypto/evp/pmeth_gn.c
143
*ppkey = allocated_pkey = EVP_PKEY_new();
crypto/openssl/crypto/evp/pmeth_gn.c
375
allocated_pkey = *ppkey = EVP_PKEY_new();
crypto/openssl/crypto/pem/pem_pkey.c
188
ret = EVP_PKEY_new();
crypto/openssl/crypto/pem/pvkfmt.c
89
if ((pkey = EVP_PKEY_new()) != NULL) {
crypto/openssl/crypto/rsa/rsa_prn.c
42
pk = EVP_PKEY_new();
crypto/openssl/crypto/x509/x_all.c
730
return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, fp, a);
crypto/openssl/crypto/x509/x_all.c
772
return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, fp, a);
crypto/openssl/crypto/x509/x_all.c
810
return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, bp, a);
crypto/openssl/crypto/x509/x_all.c
858
return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_PUBKEY, bp, a);
crypto/openssl/crypto/x509/x_pubkey.c
425
pkey = EVP_PKEY_new();
crypto/openssl/crypto/x509/x_pubkey.c
633
pktmp = EVP_PKEY_new();
crypto/openssl/crypto/x509/x_pubkey.c
675
pktmp = EVP_PKEY_new();
crypto/openssl/crypto/x509/x_pubkey.c
716
pktmp = EVP_PKEY_new();
crypto/openssl/crypto/x509/x_pubkey.c
782
pktmp = EVP_PKEY_new();
crypto/openssl/crypto/x509/x_pubkey.c
828
if ((pktmp = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/x509/x_pubkey.c
870
if ((pktmp = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/x509/x_pubkey.c
912
if ((pktmp = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/x509/x_pubkey.c
954
if ((pktmp = EVP_PKEY_new()) == NULL) {
crypto/openssl/crypto/x509/x_pubkey.c
996
if ((pktmp = EVP_PKEY_new()) == NULL) {
crypto/openssl/engines/e_capi.c
713
if ((ret = EVP_PKEY_new()) == NULL) {
crypto/openssl/engines/e_capi.c
780
if ((ret = EVP_PKEY_new()) == NULL) {
crypto/openssl/fuzz/dtlsserver.c
3472
pkey = EVP_PKEY_new();
crypto/openssl/fuzz/dtlsserver.c
3497
pkey = EVP_PKEY_new();
crypto/openssl/fuzz/dtlsserver.c
3521
pkey = EVP_PKEY_new();
crypto/openssl/fuzz/ml-dsa.c
246
*key = EVP_PKEY_new();
crypto/openssl/fuzz/ml-kem.c
235
*key = EVP_PKEY_new();
crypto/openssl/fuzz/server.c
2358
pkey = EVP_PKEY_new();
crypto/openssl/fuzz/server.c
2381
pkey = EVP_PKEY_new();
crypto/openssl/fuzz/server.c
2405
pkey = EVP_PKEY_new();
crypto/openssl/fuzz/slh-dsa.c
434
new = EVP_PKEY_new();
crypto/openssl/fuzz/slh-dsa.c
460
new = EVP_PKEY_new();
crypto/openssl/fuzz/slh-dsa.c
71
new = EVP_PKEY_new();
crypto/openssl/include/openssl/evp.h
1428
EVP_PKEY *EVP_PKEY_new(void);
crypto/openssl/providers/implementations/encode_decode/encode_key2ms.c
144
if ((pkey = EVP_PKEY_new()) != NULL && set1_key(pkey, key))
crypto/openssl/providers/implementations/encode_decode/encode_key2ms.c
161
if ((pkey = EVP_PKEY_new()) != NULL && set1_key(pkey, key)
crypto/openssl/providers/implementations/kem/mlx_kem.c
311
|| (xkey = EVP_PKEY_new()) == NULL
crypto/openssl/ssl/ssl_rsa_legacy.c
117
if ((pkey = EVP_PKEY_new()) == NULL) {
crypto/openssl/ssl/ssl_rsa_legacy.c
26
if ((pkey = EVP_PKEY_new()) == NULL) {
crypto/openssl/ssl/statem/extensions_clnt.c
2005
skey = EVP_PKEY_new();
crypto/openssl/ssl/statem/statem_srvr.c
3120
ckey = EVP_PKEY_new();
crypto/openssl/ssl/statem/statem_srvr.c
3174
ckey = EVP_PKEY_new();
crypto/openssl/ssl/t1_lib.c
2191
EVP_PKEY *tmpkey = EVP_PKEY_new();
crypto/openssl/ssl/t1_lib.c
2314
EVP_PKEY *tmpkey = EVP_PKEY_new();
crypto/openssl/ssl/tls_depr.c
161
ret = EVP_PKEY_new();
crypto/openssl/test/dsa_no_digest_size_test.c
152
if (!TEST_ptr(pkey = EVP_PKEY_new()))
crypto/openssl/test/ecdsatest.c
230
|| !TEST_ptr(pkey = EVP_PKEY_new())
crypto/openssl/test/ecdsatest.c
235
|| !TEST_ptr(pkey_neg = EVP_PKEY_new())
crypto/openssl/test/ectest.c
3366
if (!TEST_ptr(pkey1 = EVP_PKEY_new())
crypto/openssl/test/ectest.c
3370
if (!TEST_ptr(pkey2 = EVP_PKEY_new())
crypto/openssl/test/endecoder_legacy_test.c
335
if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new())
crypto/openssl/test/endecoder_legacy_test.c
400
if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new())
crypto/openssl/test/endecoder_legacy_test.c
465
if (!TEST_ptr(decoded_legacy_pkey = EVP_PKEY_new())
crypto/openssl/test/enginetest.c
233
EVP_PKEY *pk = EVP_PKEY_new();
crypto/openssl/test/evp_extra_test.c
1518
pkey = EVP_PKEY_new();
crypto/openssl/test/evp_extra_test.c
1599
if (!TEST_ptr(pkey = EVP_PKEY_new()))
crypto/openssl/test/evp_extra_test.c
4046
|| !TEST_ptr(pkey = EVP_PKEY_new())
crypto/openssl/test/evp_extra_test.c
4189
pkey1 = EVP_PKEY_new();
crypto/openssl/test/evp_extra_test.c
4190
pkey2 = EVP_PKEY_new();
crypto/openssl/test/evp_extra_test.c
4258
if (!TEST_ptr(tkey = EVP_PKEY_new())
crypto/openssl/test/evp_extra_test.c
4718
if (!TEST_ptr((pkey2 = EVP_PKEY_new()))
crypto/openssl/test/evp_extra_test.c
5640
pkey = EVP_PKEY_new();
crypto/openssl/test/evp_extra_test.c
940
if (!TEST_ptr(pkey = EVP_PKEY_new())
crypto/openssl/test/evp_extra_test2.c
3308
|| !TEST_ptr(pkey = EVP_PKEY_new())
crypto/openssl/test/evp_libctx_test.c
147
if (!TEST_ptr(pkey_parm = EVP_PKEY_new())
crypto/openssl/test/evp_libctx_test.c
210
if (!TEST_ptr(pkey_parm = EVP_PKEY_new())
crypto/openssl/test/evp_pkey_provided_test.c
1085
if (!TEST_ptr(copy_pk = EVP_PKEY_new())
crypto/openssl/test/evp_pkey_provided_test.c
1557
if (!TEST_ptr(copy_pk = EVP_PKEY_new())
crypto/openssl/test/evp_pkey_provided_test.c
1707
if (!TEST_ptr(copy_pk = EVP_PKEY_new())
crypto/openssl/test/evp_pkey_provided_test.c
2100
if (!TEST_ptr(copy_pk = EVP_PKEY_new())
crypto/openssl/test/evp_pkey_provided_test.c
412
if (!TEST_ptr(copy_pk = EVP_PKEY_new())
crypto/openssl/test/evp_pkey_provided_test.c
515
if (!TEST_ptr(copy_pk = EVP_PKEY_new())
crypto/openssl/test/keymgmt_internal_test.c
218
if (!TEST_ptr(pk = EVP_PKEY_new())
crypto/openssl/test/ml_kem_evp_extra_test.c
118
bkey = EVP_PKEY_new();
crypto/openssl/test/ml_kem_evp_extra_test.c
282
bkey = EVP_PKEY_new();
crypto/openssl/test/rsa_test.c
477
&& TEST_ptr((pkey = EVP_PKEY_new()))
lib/libsecureboot/openpgp/opgp_key.c
129
key->key = EVP_PKEY_new();