5 #ifndef OPENTITAN_SW_DEVICE_LIB_TESTING_ENTROPY_SRC_TESTUTILS_H_
6 #define OPENTITAN_SW_DEVICE_LIB_TESTING_ENTROPY_SRC_TESTUTILS_H_
8 #include "sw/device/lib/base/status.h"
24 status_t entropy_src_testutils_fw_override_enable(
25 dif_entropy_src_t *entropy_src, uint8_t buffer_threshold,
26 bool firmware_override_enable,
bool bypass_conditioner);
32 status_t entropy_src_testutils_drain_observe_fifo(
33 dif_entropy_src_t *entropy_src);
42 status_t entropy_src_testutils_wait_for_state(
49 status_t entropy_src_testutils_disable_health_tests(
50 dif_entropy_src_t *entropy_src);