EVP_PKEY_param_check
if (EVP_PKEY_param_check(ctx) <= 0) {
if (pctx == NULL || EVP_PKEY_param_check(pctx) <= 0) {
r = EVP_PKEY_param_check(ctx);
if (EVP_PKEY_param_check(ctx) <= 0) {
if (EVP_PKEY_param_check(ctx1) > 0) {
if (EVP_PKEY_param_check(ctx2) <= 0) {
EVP_PKEY_param_check(ctx);
int EVP_PKEY_param_check(EVP_PKEY_CTX *ctx);
|| !TEST_int_eq(EVP_PKEY_param_check(key_ctx), tst->pass))
&& TEST_int_gt(EVP_PKEY_param_check(check_ctx), 0);
if (!TEST_int_eq(EVP_PKEY_param_check(ctx), expected_param_check))
if (!TEST_int_eq(EVP_PKEY_param_check(ctx2), 0xbeef))
&& TEST_int_eq(EVP_PKEY_param_check(gctx), 1)
&& TEST_int_eq(EVP_PKEY_param_check(check_ctx), expected);