Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Dunit_test.c164 random_alg_context.ra_event_processor(&e); in RunHarvester()
189 while (!random_alg_context.ra_seeded()) in ReadCSPRNG()
191 random_alg_context.ra_pre_read(); in ReadCSPRNG()
203 random_alg_context.ra_pre_read(); in ReadCSPRNG()
204 random_alg_context.ra_read(buf, buffersize); in ReadCSPRNG()
242 random_alg_context.ra_init_alg(NULL); in main()
261 random_alg_context.ra_deinit_alg(NULL); in main()
H A Drandomdev.c93 p_random_alg_context = &random_alg_context; in random_alg_context_ra_init_alg()
156 error = tsleep(&random_alg_context, PCATCH, "randseed", hz/10); in READ_RANDOM_UIO()
192 error = tsleep_sbt(&random_alg_context, PCATCH, in READ_RANDOM_UIO()
285 tsleep(&random_alg_context, 0, "randwr", hz/10); in randomdev_write()
314 wakeup(&random_alg_context); in randomdev_unblock()
H A Dother_algorithm.c100 struct random_algorithm random_alg_context = { variable
H A Drandom_infra.c55 struct random_algorithm *p_random_alg_context = &random_alg_context;
H A Drandomdev.h87 extern struct random_algorithm random_alg_context, *p_random_alg_context;
H A Dfortuna.c145 struct random_algorithm random_alg_context = { variable