Home
last modified time | relevance | path

Searched refs:expect_null (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/crypto/openssl/test/
H A Devp_extra_test.c3214 int expect_null = 0; in test_pkey_ctx_fail_without_provider() local
3234 expect_null = 1; in test_pkey_ctx_fail_without_provider()
3238 expect_null = 1; in test_pkey_ctx_fail_without_provider()
3254 if (expect_null ? !TEST_ptr_null(pctx) : !TEST_ptr(pctx)) in test_pkey_ctx_fail_without_provider()