EVP_PKEY_public_check
r = EVP_PKEY_public_check(ctx);
check = EVP_PKEY_public_check(check_ctx);
EVP_PKEY_public_check(ctx);
int EVP_PKEY_public_check(EVP_PKEY_CTX *ctx);
|| EVP_PKEY_public_check(pctx) != 1) {
|| !TEST_int_eq(EVP_PKEY_public_check(key_ctx), tst->pass))
|| !TEST_int_eq(EVP_PKEY_public_check(key_ctx), tst->pass))
if (!TEST_int_eq(EVP_PKEY_public_check(ctx), expected_pub_check))
if (!TEST_int_eq(EVP_PKEY_public_check(ctx2), 0xbeef))
|| !TEST_int_gt(EVP_PKEY_public_check(key_ctx), 0)
|| !TEST_int_gt(EVP_PKEY_public_check(key_ctx), 0)
if (!TEST_int_gt(EVP_PKEY_public_check(ctx2), 0)
|| !TEST_int_le(EVP_PKEY_public_check(ctx2), 0))
|| !TEST_int_gt(EVP_PKEY_public_check(key_ctx), 0)
|| !TEST_int_le(EVP_PKEY_public_check(ctx), 0)
|| !TEST_int_gt(EVP_PKEY_public_check(key_ctx), 0)
|| !TEST_int_gt(EVP_PKEY_public_check(key_ctx), 0)
if (!TEST_int_eq(EVP_PKEY_public_check(vctx), 1))
|| !TEST_true(EVP_PKEY_public_check(sctx))