Home
last modified time | relevance | path

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

/openssl/test/
H A Ddrbgtest.c187 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed() local
229 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed()
230 || !TEST_int_eq(state(public), expected_state) in test_drbg_reseed()
231 || !TEST_int_eq(state(private), expected_state)) in test_drbg_reseed()

Completed in 5 milliseconds