Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Dother_algorithm.c147 RANDOM_RESEED_UNLOCK(); in random_other_pre_read()
169 RANDOM_RESEED_UNLOCK(); in random_other_read()
209 RANDOM_RESEED_UNLOCK(); in random_other_process_event()
H A Dfortuna.c386 RANDOM_RESEED_UNLOCK(); in random_fortuna_process_event()
471 RANDOM_RESEED_UNLOCK(); in random_fortuna_pre_read()
481 RANDOM_RESEED_UNLOCK(); in random_fortuna_pre_read()
516 RANDOM_RESEED_UNLOCK(); in random_fortuna_pre_read()
620 RANDOM_RESEED_UNLOCK(); in random_fortuna_genbytes()
659 RANDOM_RESEED_UNLOCK(); in random_fortuna_genbytes()
740 RANDOM_RESEED_UNLOCK(); in random_fortuna_read_concurrent()
H A Dother_algorithm.h49 #define RANDOM_RESEED_UNLOCK(x) mtx_unlock(&other_mtx) macro
55 #define RANDOM_RESEED_UNLOCK(x) mtx_unlock(&other_mtx) macro
H A Dfortuna.h39 #define RANDOM_RESEED_UNLOCK(x) mtx_unlock(&fortuna_state.fs_mtx) macro
46 #define RANDOM_RESEED_UNLOCK(x) mtx_unlock(&fortuna_state.fs_mtx) macro