Home
last modified time | relevance | path

Searched refs:FIPS_STATE_SELFTEST (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c33 #define FIPS_STATE_SELFTEST 1 macro
154 # define DEP_INITIAL_STATE FIPS_STATE_SELFTEST
162 tsan_store(&FIPS_state, FIPS_STATE_SELFTEST); in init()
253 } else if (loclstate != FIPS_STATE_SELFTEST) { in SELF_TEST_post()
266 set_fips_state(FIPS_STATE_SELFTEST); in SELF_TEST_post()
267 } else if (loclstate != FIPS_STATE_SELFTEST) { in SELF_TEST_post()
385 res = loclstate == FIPS_STATE_RUNNING || loclstate == FIPS_STATE_SELFTEST; in ossl_prov_is_running()
/third_party/openssl/providers/fips/
H A Dself_test.c32 #define FIPS_STATE_SELFTEST 1 macro
155 # define DEP_INITIAL_STATE FIPS_STATE_SELFTEST
163 FIPS_state = FIPS_STATE_SELFTEST; in init()
261 } else if (loclstate != FIPS_STATE_SELFTEST) { in SELF_TEST_post()
278 set_fips_state(FIPS_STATE_SELFTEST); in SELF_TEST_post()
279 } else if (FIPS_state != FIPS_STATE_SELFTEST) { in SELF_TEST_post()
402 || FIPS_state == FIPS_STATE_SELFTEST; in ossl_prov_is_running()

Completed in 2 milliseconds