Symbol: EVP_PKEY_CTX_new_id
lib/libcrypto/evp/evp.h
929
EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
lib/libcrypto/evp/pmeth_gn.c
212
mac_ctx = EVP_PKEY_CTX_new_id(type, NULL);
lib/libcrypto/evp/pmeth_lib.c
167
LCRYPTO_ALIAS(EVP_PKEY_CTX_new_id);
lib/libcrypto/hidden/openssl/evp.h
323
LCRYPTO_USED(EVP_PKEY_CTX_new_id);
lib/libfido2/src/ecdh.c
51
(ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) {
lib/libfido2/src/es256.c
231
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL ||
regress/lib/libcrypto/evp/evp_ecx_test.c
143
if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_ED25519, NULL)) == NULL) {
regress/lib/libcrypto/evp/evp_ecx_test.c
498
if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_X25519, NULL)) == NULL) {
regress/lib/libcrypto/evp/evp_pkey_cleanup.c
54
if ((pkey_ctx = EVP_PKEY_CTX_new_id(nid, NULL)) == NULL) {
regress/lib/libcrypto/evp/evp_test.c
1033
if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL)
regress/lib/libcrypto/evp/evp_test.c
838
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) {
regress/lib/libcrypto/evp/evp_test.c
895
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) {
regress/lib/libcrypto/sm2/sm2evptest.c
128
pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL);
regress/lib/libcrypto/x509/x509_asn1.c
211
if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL)
regress/lib/libcrypto/x509/x509_asn1.c
301
if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL)
regress/lib/libcrypto/x509/x509_asn1.c
434
if ((pkey_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL)
usr.bin/openssl/genpkey.c
377
ctx = EVP_PKEY_CTX_new_id(pkey_id, NULL);
usr.bin/openssl/req.c
1690
gctx = EVP_PKEY_CTX_new_id(*pkey_type, NULL);
usr.bin/ssh/ed25519-openssl.c
49
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_ED25519, NULL)) == NULL) {
usr.bin/ssh/ssh-ecdsa.c
166
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL)
usr.bin/ssh/ssh-rsa.c
125
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL) {
usr.sbin/acme-client/key.c
45
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL) {
usr.sbin/acme-client/key.c
84
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL) {