Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/fips/
H A Dself_test.h38 int SELF_TEST_post(SELF_TEST_POST_PARAMS *st, int on_demand_test);
H A Dself_test.c234 int SELF_TEST_post(SELF_TEST_POST_PARAMS *st, int on_demand_test) in SELF_TEST_post() function
H A Dfipsprov.c216 return SELF_TEST_post(&fgbl->selftest_params, 1) ? 1 : 0; in fips_self_test()
708 if (!SELF_TEST_post(&fgbl->selftest_params, 0)) { in OSSL_provider_init_int()