Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Drnd.c137 int rnd_slowextract = 1; variable
200 rnd_slowextract = min(rnd_slowextract * 2, 5000); in enqueue_randomness()
201 timeout_add_msec(&rnd_timeout, rnd_slowextract * 10); in enqueue_randomness()
411 rnd_slowextract = 1; in _rs_stir()