Searched refs:RANDOM_YARROW_SLOW (Results 1 – 1 of 1) sorted by relevance
74 #define RANDOM_YARROW_SLOW 1 macro191 yarrow_state.ys_pool[RANDOM_YARROW_SLOW].ysp_thresh = (RANDOM_BLOCKSIZE*8); in random_yarrow_init_alg()196 for (i = RANDOM_YARROW_FAST; i <= RANDOM_YARROW_SLOW; i++) { in random_yarrow_init_alg()235 for (pl = RANDOM_YARROW_FAST; pl <= RANDOM_YARROW_SLOW; pl++) { in random_yarrow_process_event()246 if (overthreshhold[RANDOM_YARROW_SLOW] >= yarrow_state.ys_slowoverthresh) in random_yarrow_process_event()247 random_yarrow_reseed_internal(RANDOM_YARROW_SLOW); in random_yarrow_process_event()268 …KASSERT(yarrow_state.ys_pool[RANDOM_YARROW_SLOW].ysp_thresh > 0, ("random: Yarrow slow threshold =… in random_yarrow_reseed_internal()274 if (fastslow == RANDOM_YARROW_SLOW) { in random_yarrow_reseed_internal()275 randomdev_hash_finish(&yarrow_state.ys_pool[RANDOM_YARROW_SLOW].ysp_hash, &temp); in random_yarrow_reseed_internal()