Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddrbgtest.c193 int expected_state = (expect_success ? DRBG_READY : DRBG_ERROR); in test_drbg_reseed() local
235 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed()
236 || !TEST_int_eq(state(public), expected_state) in test_drbg_reseed()
237 || !TEST_int_eq(state(private), expected_state)) in test_drbg_reseed()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c358 enum al_udma_state expected_state = new_state; in al_udma_state_set_wait() local
369 expected_state = UDMA_IDLE; in al_udma_state_set_wait()
373 if (state == expected_state) in al_udma_state_set_wait()