Lines Matching defs:pctx
2392 EVP_PKEY_CTX *pctx = NULL;
2460 || !TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(NULL, "EC", NULL))
2461 || !TEST_int_gt(EVP_PKEY_fromdata_init(pctx), 0)
2462 || !TEST_int_gt(EVP_PKEY_fromdata(pctx, &pkeyparam,
2604 EVP_PKEY_CTX_free(pctx);
2975 EVP_PKEY_CTX *pctx = NULL;
2989 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(NULL, "EC", NULL))
2990 || !TEST_true(EVP_PKEY_fromdata_init(pctx))
2991 || !TEST_true(EVP_PKEY_fromdata(pctx, &decoded_key,
3004 EVP_PKEY_CTX_free(pctx);