EVP_PKEY_CTX_new
derive_ctx = EVP_PKEY_CTX_new(pkey, NULL);
ctx = EVP_PKEY_CTX_new(params, NULL);
ctx = EVP_PKEY_CTX_new(pkey, e);
ctx = EVP_PKEY_CTX_new(pkey, e);
ctx = EVP_PKEY_CTX_new(pkey, e);
ctx = EVP_PKEY_CTX_new(pkey, impl);
gctx = EVP_PKEY_CTX_new(param, keygen_engine);
kctx = EVP_PKEY_CTX_new(params, NULL);
loopargs[i].rsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL);
loopargs[i].rsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key,
loopargs[i].rsa_encrypt_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL);
loopargs[i].rsa_decrypt_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL);
loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key,
loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key,
loopargs[i].ecdsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(ecdsa_key,
loopargs[i].ecdsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(ecdsa_key,
|| (ctx = EVP_PKEY_CTX_new(key_A, NULL)) == NULL /* derivation ctx from skeyA */
if ((test_ctx = EVP_PKEY_CTX_new(key_B, NULL)) == NULL /* test ctx from skeyB */
sm2_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL);
sm2_vfy_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL);
ffdh_ctx = EVP_PKEY_CTX_new(pkey_A, NULL);
test_ctx = EVP_PKEY_CTX_new(pkey_B, NULL);
|| (sig_gen_ctx = EVP_PKEY_CTX_new(pkey_params, NULL)) == NULL
ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
if ((pctx = EVP_PKEY_CTX_new(priv, NULL)) == NULL) {
ctx = EVP_PKEY_CTX_new(pkey, NULL);
EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL)))
if (!TEST_ptr(pctx1 = EVP_PKEY_CTX_new(pkey1, NULL))
if (!TEST_ptr(pctx2 = EVP_PKEY_CTX_new(pkey2, NULL))
if (!TEST_ptr(pctx1 = EVP_PKEY_CTX_new(pkey1, NULL))
? EVP_PKEY_CTX_new(template, NULL)
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL)))
if (!TEST_ptr_null(ctx = EVP_PKEY_CTX_new(pkey, e))
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, e)))
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, e)))
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL))
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(pkey, NULL))
|| !TEST_ptr(ctx = EVP_PKEY_CTX_new(tkey, NULL)))
pctx = EVP_PKEY_CTX_new(pkey, NULL);
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new(key, NULL))
pctx = EVP_PKEY_CTX_new(pkey, NULL);