Home
last modified time | relevance | path

Searched refs:CRNG_RESEED_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c217 CRNG_RESEED_INTERVAL = 60 * HZ enumerator
306 * was CRNG_RESEED_INTERVAL ago, or during early boot, at an interval
312 unsigned long interval = CRNG_RESEED_INTERVAL; in crng_has_old_seed()
316 if (uptime >= CRNG_RESEED_INTERVAL / HZ * 2) in crng_has_old_seed()
877 * Throttle writing to once every CRNG_RESEED_INTERVAL, unless in add_hwgenerator_randomness()
881 schedule_timeout_interruptible(CRNG_RESEED_INTERVAL); in add_hwgenerator_randomness()
1434 * - urandom_min_reseed_secs - fixed to the value CRNG_RESEED_INTERVAL.
1444 static int sysctl_random_min_urandom_seed = CRNG_RESEED_INTERVAL / HZ;
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c203 CRNG_RESEED_INTERVAL = 60 * HZ enumerator
227 * CRNG_RESEED_INTERVAL, but during early boot, it is at an interval
236 if (uptime >= CRNG_RESEED_INTERVAL / HZ * 2) in crng_reseed_interval()
242 return CRNG_RESEED_INTERVAL; in crng_reseed_interval()
1589 * - urandom_min_reseed_secs - fixed to the value CRNG_RESEED_INTERVAL.
1599 static int sysctl_random_min_urandom_seed = CRNG_RESEED_INTERVAL / HZ;

Completed in 5 milliseconds