Home
last modified time | relevance | path

Searched refs:RANDOM_RESEED_LOCK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/random/
H A Dother_algorithm.c142 RANDOM_RESEED_LOCK(); in random_other_pre_read()
165 RANDOM_RESEED_LOCK(); in random_other_read()
204 RANDOM_RESEED_LOCK(); in random_other_process_event()
H A Dother_algorithm.h48 #define RANDOM_RESEED_LOCK(x) mtx_lock(&other_mtx) macro
54 #define RANDOM_RESEED_LOCK(x) mtx_lock(&other_mtx) macro
H A Dfortuna.h38 #define RANDOM_RESEED_LOCK(x) mtx_lock(&fortuna_state.fs_mtx) macro
45 #define RANDOM_RESEED_LOCK(x) mtx_lock(&fortuna_state.fs_mtx) macro
H A Dfortuna.c343 RANDOM_RESEED_LOCK(); in random_fortuna_process_event()
455 RANDOM_RESEED_LOCK(); in random_fortuna_pre_read()
621 RANDOM_RESEED_LOCK(); in random_fortuna_genbytes()
707 RANDOM_RESEED_LOCK(); in random_fortuna_read_concurrent()
769 RANDOM_RESEED_LOCK(); in random_fortuna_read()