Lines Matching refs:EVP_PKEY_CTX_new
1326 kctx = EVP_PKEY_CTX_new(params, NULL);
2366 loopargs[i].rsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL);
2398 loopargs[i].rsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key,
2444 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key,
2477 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key,
2523 loopargs[i].ecdsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(ecdsa_key,
2556 loopargs[i].ecdsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(ecdsa_key,
2607 || (ctx = EVP_PKEY_CTX_new(key_A, NULL)) == NULL /* derivation ctx from skeyA */
2626 if ((test_ctx = EVP_PKEY_CTX_new(key_B, NULL)) == NULL /* test ctx from skeyB */
2831 sm2_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL);
2832 sm2_vfy_pctx = EVP_PKEY_CTX_new(sm2_pkey, NULL);
3009 ffdh_ctx = EVP_PKEY_CTX_new(pkey_A, NULL);
3054 test_ctx = EVP_PKEY_CTX_new(pkey_B, NULL);