Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/random/
Dyarrow.c96 u_int ys_slowoverthresh; /* slow pool overthreshhold reseed count */ member
184 &yarrow_state.ys_slowoverthresh, 0, in random_yarrow_init_alg()
192 yarrow_state.ys_slowoverthresh = 2; in random_yarrow_init_alg()
248 if (overthreshhold[RANDOM_YARROW_SLOW] >= yarrow_state.ys_slowoverthresh) in random_yarrow_process_event()
273 …arrow, event_processor, debug, yarrow_state.ys_seeded, yarrow_state.ys_slowoverthresh, yarrow_stat… in random_yarrow_reseed_internal()