EVP_PKEY_CTX_new_id
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL)
if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL) {
ctx = EVP_PKEY_CTX_new_id(pkey_id, e);
ctx = EVP_PKEY_CTX_new_id(kdfnid, impl);
gctx = EVP_PKEY_CTX_new_id(pkey_id, keygen_engine);
kctx = EVP_PKEY_CTX_new_id(curve->nid, NULL);
if ((ed_pctx = EVP_PKEY_CTX_new_id(ed_curves[testnum].nid,
st = !((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_SM2, NULL)) == NULL
ffdh_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_DH, NULL);
ctx_params = EVP_PKEY_CTX_new_id(EVP_PKEY_DSA, NULL);
mac_ctx = EVP_PKEY_CTX_new_id(type, e);
EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
paramgen_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_DHX, 0);
paramgen_ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_DH, 0);
ctx2 = EVP_PKEY_CTX_new_id(0xdefaced, NULL);
kctx = EVP_PKEY_CTX_new_id(EVP_PKEY_CMAC, NULL);
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)))
ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL);
if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL))
if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL))
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_SCRYPT, NULL)) == NULL) {
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) {
if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) {