Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c4291 int expect_null = 0; in test_pkey_ctx_fail_without_provider() local
4311 expect_null = 1; in test_pkey_ctx_fail_without_provider()
4315 expect_null = 1; in test_pkey_ctx_fail_without_provider()
4331 if (expect_null ? !TEST_ptr_null(pctx) : !TEST_ptr(pctx)) in test_pkey_ctx_fail_without_provider()