Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandomdev.c136 p_random_alg_context->ra_pre_read(); in randomdev_wait_until_seeded()
174 p_random_alg_context->ra_pre_read();
260 p_random_alg_context->ra_pre_read();
H A Dunit_test.c189 random_alg_context.ra_pre_read(); in ReadCSPRNG()
201 random_alg_context.ra_pre_read(); in ReadCSPRNG()
H A Dother_algorithm.c101 .ra_pre_read = random_other_pre_read,
H A Drandomdev.h82 random_alg_pre_read_t *ra_pre_read; member
H A Dfortuna.c267 .ra_pre_read = random_fortuna_pre_read,
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_main.c289 .ra_pre_read = (void (*)(void))nullop,