Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/random/
HDother_algorithm.c102 .ra_read = random_other_read,
HDrandomdev.h81 random_alg_read_t *ra_read; member
HDrandomdev.c210 p_random_alg_context->ra_read(random_buf, read_len);
286 p_random_alg_context->ra_read(random_buf, len);
HDunit_test.c202 random_alg_context.ra_read(buf, buffersize); in ReadCSPRNG()
HDfortuna.c269 .ra_read = random_fortuna_read,
/freebsd-14-stable/sys/dev/random/fenestrasX/
HDfx_main.c291 .ra_read = fxrng_alg_read,