Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/random/
Dyarrow.c99 u_int ysp_thresh; /* pool reseed threshold */ member
172 &yarrow_state.ys_pool[0].ysp_thresh, 0, in random_yarrow_init_alg()
178 &yarrow_state.ys_pool[1].ysp_thresh, 0, in random_yarrow_init_alg()
190 yarrow_state.ys_pool[RANDOM_YARROW_FAST].ysp_thresh = (3*(RANDOM_BLOCKSIZE*8))/4; in random_yarrow_init_alg()
191 yarrow_state.ys_pool[RANDOM_YARROW_SLOW].ysp_thresh = (RANDOM_BLOCKSIZE*8); in random_yarrow_init_alg()
240 if (yarrow_state.ys_pool[pl].ysp_source_bits[src] > yarrow_state.ys_pool[pl].ysp_thresh) in random_yarrow_process_event()
269 …KASSERT(yarrow_state.ys_pool[RANDOM_YARROW_FAST].ysp_thresh > 0, ("random: Yarrow fast threshold =… in random_yarrow_reseed_internal()
270 …KASSERT(yarrow_state.ys_pool[RANDOM_YARROW_SLOW].ysp_thresh > 0, ("random: Yarrow slow threshold =… in random_yarrow_reseed_internal()