Symbol: EVP_PKEY_CTX_new_from_pkey
crypto/openssl/apps/dhparam.c
343
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, app_get0_propq());
crypto/openssl/apps/dsaparam.c
231
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), params,
crypto/openssl/apps/ec.c
240
pctx = EVP_PKEY_CTX_new_from_pkey(NULL, eckey, NULL);
crypto/openssl/apps/ecparam.c
308
pctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), params_key,
crypto/openssl/apps/ecparam.c
339
gctx_key = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), params_key,
crypto/openssl/apps/gendsa.c
145
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, app_get0_propq());
crypto/openssl/apps/genpkey.c
372
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/apps/pkeyparam.c
117
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey,
crypto/openssl/apps/pkeyutl.c
720
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/apps/req.c
1638
gctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/rsa.c
306
pctx = EVP_PKEY_CTX_new_from_pkey(NULL, pkey, NULL);
crypto/openssl/apps/rsautl.c
256
if ((ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pkey, NULL)) == NULL)
crypto/openssl/apps/speed.c
4185
kem_encaps_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
4217
kem_decaps_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
4389
sig_sign_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
4432
sig_verify_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/crypto/cms/cms_env.c
368
ktri->pctx = EVP_PKEY_CTX_new_from_pkey(ossl_cms_ctx_get0_libctx(ctx),
crypto/openssl/crypto/cms/cms_env.c
530
pctx = EVP_PKEY_CTX_new_from_pkey(ossl_cms_ctx_get0_libctx(ctx),
crypto/openssl/crypto/cms/cms_env.c
612
ktri->pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/crypto/cms/cms_kari.c
173
pctx = EVP_PKEY_CTX_new_from_pkey(ossl_cms_ctx_get0_libctx(kari->cms_ctx),
crypto/openssl/crypto/cms/cms_kari.c
293
pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pk, propq);
crypto/openssl/crypto/cms/cms_kari.c
301
pctx = EVP_PKEY_CTX_new_from_pkey(libctx, ekey, propq);
crypto/openssl/crypto/cms/cms_kari.c
323
pctx = EVP_PKEY_CTX_new_from_pkey(ossl_cms_ctx_get0_libctx(ctx),
crypto/openssl/crypto/cms/cms_sd.c
1092
pkctx = EVP_PKEY_CTX_new_from_pkey(ossl_cms_ctx_get0_libctx(ctx),
crypto/openssl/crypto/cms/cms_sd.c
525
si->pctx = EVP_PKEY_CTX_new_from_pkey(ossl_cms_ctx_get0_libctx(ctx),
crypto/openssl/crypto/crmf/crmf_lib.c
800
pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/crypto/evp/digest.c
111
|| (pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq)) == NULL) {
crypto/openssl/crypto/evp/exchange.c
405
check_ctx = EVP_PKEY_CTX_new_from_pkey(ctx->libctx, peer, ctx->propquery);
crypto/openssl/crypto/evp/m_sigver.c
59
ctx->pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, props);
crypto/openssl/crypto/evp/p_lib.c
1940
EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pk, propquery);
crypto/openssl/crypto/evp/p_lib.c
2134
EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_from_pkey(libctx, *dest, NULL);
crypto/openssl/crypto/evp/p_seal.c
60
pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pubk[i], NULL);
crypto/openssl/crypto/evp/p_sign.c
51
pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/crypto/evp/p_verify.c
48
pkctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/crypto/hpke/hpke.c
486
pctx = EVP_PKEY_CTX_new_from_pkey(ctx->libctx, pkR, ctx->propq);
crypto/openssl/crypto/hpke/hpke.c
570
pctx = EVP_PKEY_CTX_new_from_pkey(ctx->libctx, priv, ctx->propq);
crypto/openssl/crypto/pkcs7/pk7_doit.c
159
pctx = EVP_PKEY_CTX_new_from_pkey(ossl_pkcs7_ctx_get0_libctx(ctx), pkey,
crypto/openssl/crypto/pkcs7/pk7_doit.c
198
pctx = EVP_PKEY_CTX_new_from_pkey(ossl_pkcs7_ctx_get0_libctx(ctx), pkey,
crypto/openssl/demos/encrypt/rsa_encrypt.c
113
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pub_key, propq);
crypto/openssl/demos/encrypt/rsa_encrypt.c
170
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, priv_key, propq);
crypto/openssl/demos/keyexch/ecdh.c
114
derivectx = EVP_PKEY_CTX_new_from_pkey(libctx, peerA->priv, NULL);
crypto/openssl/demos/keyexch/x25519.c
138
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, local_peer->privk, propq);
crypto/openssl/demos/pkey/EVP_PKEY_DSA_keygen.c
61
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, dsaparamskey, propq);
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramvalidate.c
135
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, dsaparamskey, propq);
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramvalidate.c
88
out = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
88
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, params,
crypto/openssl/demos/signature/rsa_pss_direct.c
150
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/demos/signature/rsa_pss_direct.c
65
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propq);
crypto/openssl/fuzz/ml-dsa.c
302
EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_from_pkey(NULL, key, NULL);
crypto/openssl/fuzz/ml-dsa.c
348
if ((ctx = EVP_PKEY_CTX_new_from_pkey(NULL, key, NULL)) == NULL
crypto/openssl/fuzz/ml-dsa.c
472
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, alice, NULL);
crypto/openssl/fuzz/ml-kem.c
281
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, key, NULL);
crypto/openssl/fuzz/ml-kem.c
301
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, key, NULL);
crypto/openssl/fuzz/ml-kem.c
348
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, key, NULL);
crypto/openssl/fuzz/ml-kem.c
456
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, alice, NULL);
crypto/openssl/fuzz/slh-dsa.c
371
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, key, NULL);
crypto/openssl/fuzz/slh-dsa.c
429
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, alice, NULL);
crypto/openssl/fuzz/slh-dsa.c
455
ctx = EVP_PKEY_CTX_new_from_pkey(NULL, bob, NULL);
crypto/openssl/include/openssl/evp.h
1860
EVP_PKEY_CTX *EVP_PKEY_CTX_new_from_pkey(OSSL_LIB_CTX *libctx,
crypto/openssl/providers/fips/self_test_kats.c
433
dctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, NULL);
crypto/openssl/providers/fips/self_test_kats.c
525
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, NULL);
crypto/openssl/providers/fips/self_test_kats.c
672
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, "");
crypto/openssl/providers/fips/self_test_kats.c
738
ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, "");
crypto/openssl/providers/fips/self_test_kats.c
851
encctx = EVP_PKEY_CTX_new_from_pkey(libctx, key, NULL);
crypto/openssl/providers/implementations/kem/mlx_kem.c
170
ctx = EVP_PKEY_CTX_new_from_pkey(key->libctx, key->mkey, key->propq);
crypto/openssl/providers/implementations/kem/mlx_kem.c
205
ctx = EVP_PKEY_CTX_new_from_pkey(key->libctx, key->xkey, key->propq);
crypto/openssl/providers/implementations/kem/mlx_kem.c
224
ctx = EVP_PKEY_CTX_new_from_pkey(key->libctx, xkey, key->propq);
crypto/openssl/providers/implementations/kem/mlx_kem.c
291
ctx = EVP_PKEY_CTX_new_from_pkey(key->libctx, key->mkey, key->propq);
crypto/openssl/providers/implementations/kem/mlx_kem.c
309
ctx = EVP_PKEY_CTX_new_from_pkey(key->libctx, key->xkey, key->propq);
crypto/openssl/ssl/s3_lib.c
5286
pctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, pm, sctx->propq);
crypto/openssl/ssl/s3_lib.c
5414
pctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, privkey, sctx->propq);
crypto/openssl/ssl/s3_lib.c
5473
pctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, privkey, sctx->propq);
crypto/openssl/ssl/s3_lib.c
5524
pctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, pubkey, sctx->propq);
crypto/openssl/ssl/statem/statem_clnt.c
2337
pctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, peer_tmp, sctx->propq);
crypto/openssl/ssl/statem/statem_clnt.c
3151
pctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, pkey, sctx->propq);
crypto/openssl/ssl/statem/statem_clnt.c
3322
pkey_ctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx,
crypto/openssl/ssl/statem/statem_clnt.c
3490
pkey_ctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx,
crypto/openssl/ssl/statem/statem_srvr.c
3030
ctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, rsa, sctx->propq);
crypto/openssl/ssl/statem/statem_srvr.c
3270
pkey_ctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, pk, sctx->propq);
crypto/openssl/ssl/statem/statem_srvr.c
3374
pkey_ctx = EVP_PKEY_CTX_new_from_pkey(sctx->libctx, pk, sctx->propq);
crypto/openssl/ssl/t1_lib.c
2236
pctx = EVP_PKEY_CTX_new_from_pkey(ctx->libctx, tmpkey, ctx->propq);
crypto/openssl/ssl/t1_lib.c
2347
pctx = EVP_PKEY_CTX_new_from_pkey(libctx, tmpkey, NULL);
crypto/openssl/test/acvp_test.c
1248
|| !TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, ""))
crypto/openssl/test/acvp_test.c
1524
|| !TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, ""))
crypto/openssl/test/acvp_test.c
226
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, ""))
crypto/openssl/test/acvp_test.c
385
|| !TEST_ptr(p1ctx = EVP_PKEY_CTX_new_from_pkey(libctx, peer1, NULL)))
crypto/openssl/test/acvp_test.c
484
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, ""))
crypto/openssl/test/acvp_test.c
549
|| !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
crypto/openssl/test/acvp_test.c
572
|| !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
crypto/openssl/test/acvp_test.c
737
|| !TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
crypto/openssl/test/acvp_test.c
856
|| !TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, ""))
crypto/openssl/test/dsatest.c
408
|| !TEST_ptr(kg_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL))
crypto/openssl/test/dsatest.c
465
&& TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, params, NULL))
crypto/openssl/test/endecode_test.c
115
? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq)
crypto/openssl/test/evp_extra_test.c
1670
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, NULL);
crypto/openssl/test/evp_extra_test.c
1747
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, NULL);
crypto/openssl/test/evp_extra_test.c
2483
if (!TEST_ptr(kctx = EVP_PKEY_CTX_new_from_pkey(testctx, params, NULL))
crypto/openssl/test/evp_extra_test.c
2548
if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq)))
crypto/openssl/test/evp_extra_test.c
2619
if (!TEST_ptr(kctx = EVP_PKEY_CTX_new_from_pkey(testctx,
crypto/openssl/test/evp_extra_test.c
2635
if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq)))
crypto/openssl/test/evp_extra_test.c
2717
if (!TEST_ptr(cctx = EVP_PKEY_CTX_new_from_pkey(testctx,
crypto/openssl/test/evp_extra_test.c
3338
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq)))
crypto/openssl/test/evp_extra_test.c
3687
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq);
crypto/openssl/test/evp_extra_test.c
3904
|| !TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(0, key, 0)))
crypto/openssl/test/evp_extra_test.c
3957
|| !TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(testctx, key, NULL))
crypto/openssl/test/evp_extra_test.c
3988
|| !TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx,
crypto/openssl/test/evp_extra_test.c
5945
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, NULL))
crypto/openssl/test/evp_extra_test2.c
1645
ret = ret && TEST_ptr(gctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey, NULL))
crypto/openssl/test/evp_extra_test2.c
3074
&& TEST_ptr(check_ctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey,
crypto/openssl/test/evp_extra_test2.c
3229
if (!TEST_ptr(gctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey, NULL))
crypto/openssl/test/evp_extra_test2.c
3341
&& TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(mainctx, pkey, NULL))
crypto/openssl/test/evp_libctx_test.c
160
if (!TEST_ptr(gen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey_parm, NULL))
crypto/openssl/test/evp_libctx_test.c
223
if (!TEST_ptr(gen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey_parm, NULL))
crypto/openssl/test/evp_libctx_test.c
731
&& TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(libctx, pub, NULL))
crypto/openssl/test/evp_libctx_test.c
745
&& TEST_ptr(rctx = EVP_PKEY_CTX_new_from_pkey(libctx, priv, NULL))
crypto/openssl/test/evp_libctx_test.c
827
&& TEST_ptr(pubctx = EVP_PKEY_CTX_new_from_pkey(libctx, pub, NULL))
crypto/openssl/test/evp_libctx_test.c
828
&& TEST_ptr(privctx = EVP_PKEY_CTX_new_from_pkey(libctx, priv, NULL))
crypto/openssl/test/evp_libctx_test.c
920
if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(libctx, key, NULL)))
crypto/openssl/test/evp_pkey_dhkem_test.c
287
&& TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, priv, NULL))
crypto/openssl/test/evp_pkey_dhkem_test.c
309
&& TEST_ptr(keyctx = EVP_PKEY_CTX_new_from_pkey(libctx, key, NULL))
crypto/openssl/test/evp_pkey_dhkem_test.c
414
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, priv, NULL)))
crypto/openssl/test/evp_pkey_dhkem_test.c
554
ret = TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, recip, NULL))
crypto/openssl/test/evp_pkey_dhkem_test.c
592
&& TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, key, NULL))
crypto/openssl/test/evp_pkey_dhkem_test.c
629
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, recippriv, NULL)))
crypto/openssl/test/evp_pkey_dhkem_test.c
798
&& TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, key, NULL))
crypto/openssl/test/evp_pkey_dhkem_test.c
828
if (!TEST_ptr(rctx[TEST_KEYTYPE_P256] = EVP_PKEY_CTX_new_from_pkey(libctx,
crypto/openssl/test/evp_pkey_dhkem_test.c
832
if (!TEST_ptr(rctx[TEST_KEYTYPE_X25519] = EVP_PKEY_CTX_new_from_pkey(libctx,
crypto/openssl/test/evp_pkey_provided_test.c
1074
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pk, "")))
crypto/openssl/test/evp_pkey_provided_test.c
1283
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pk, "")))
crypto/openssl/test/evp_pkey_provided_test.c
1529
if (!TEST_ptr(ctx2 = EVP_PKEY_CTX_new_from_pkey(NULL, pk, NULL)))
crypto/openssl/test/evp_pkey_provided_test.c
1561
if (!TEST_ptr(ctx2 = EVP_PKEY_CTX_new_from_pkey(NULL, copy_pk, NULL))
crypto/openssl/test/evp_pkey_provided_test.c
1823
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param, NULL))
crypto/openssl/test/evp_pkey_provided_test.c
1857
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param, NULL))
crypto/openssl/test/evp_pkey_provided_test.c
2089
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pk, "")))
crypto/openssl/test/evp_pkey_provided_test.c
402
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pk, "")))
crypto/openssl/test/evp_pkey_provided_test.c
505
if (!TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pk, "")))
crypto/openssl/test/evp_pkey_provided_test.c
865
|| !TEST_ptr(key_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, pk, ""))
crypto/openssl/test/evp_test.c
2397
if (!TEST_ptr(kdata->ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propquery)))
crypto/openssl/test/evp_test.c
2489
if (!TEST_ptr(kdata->ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, propquery))) {
crypto/openssl/test/evp_test.c
4392
if (!TEST_ptr(genctx = EVP_PKEY_CTX_new_from_pkey(libctx, keyparams,
crypto/openssl/test/ml_dsa_test.c
149
|| !TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, pkey, NULL))
crypto/openssl/test/ml_dsa_test.c
193
if (!TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, pkey, NULL)))
crypto/openssl/test/ml_dsa_test.c
220
|| !TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, pkey_copy, NULL))
crypto/openssl/test/ml_dsa_test.c
414
if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, key, NULL))
crypto/openssl/test/ml_dsa_test.c
430
|| !TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, key, NULL))
crypto/openssl/test/ml_kem_evp_extra_test.c
139
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, bkey, NULL);
crypto/openssl/test/ml_kem_evp_extra_test.c
167
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, akey, NULL);
crypto/openssl/test/ml_kem_evp_extra_test.c
299
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, bkey, NULL);
crypto/openssl/test/ml_kem_evp_extra_test.c
342
ctx = EVP_PKEY_CTX_new_from_pkey(testctx, akey, NULL);
crypto/openssl/test/pairwise_fail_test.c
117
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pParams, NULL)))
crypto/openssl/test/provider_pkey_test.c
90
if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey,
crypto/openssl/test/slh_dsa_test.c
164
if (!TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, key, NULL)))
crypto/openssl/test/slh_dsa_test.c
194
if (!TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, key, NULL)))
crypto/openssl/test/slh_dsa_test.c
226
if (!TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, key, NULL)))
crypto/openssl/test/slh_dsa_test.c
273
if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, pkey, NULL)))
crypto/openssl/test/slh_dsa_test.c
402
|| !TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, priv, NULL))
crypto/openssl/test/slh_dsa_test.c
417
|| !TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, pub, NULL)))
crypto/openssl/test/slh_dsa_test.c
478
|| !TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, priv, NULL))
crypto/openssl/test/slh_dsa_test.c
501
|| !TEST_ptr(vctx = EVP_PKEY_CTX_new_from_pkey(lib_ctx, pub, NULL)))
crypto/openssl/test/threadstest.c
938
ctx = EVP_PKEY_CTX_new_from_pkey(multi_libctx, shared_evp_pkey,
crypto/openssl/test/threadstest.c
951
ctx = EVP_PKEY_CTX_new_from_pkey(multi_libctx, shared_evp_pkey, NULL);