Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_pool.c59 #define FXENT_RESEED_INTVL_MAX 3600 macro
548 if (reseed_intvl_sec < FXENT_RESEED_INTVL_MAX) { in fxent_timer_reseed()
550 if (next_ival > FXENT_RESEED_INTVL_MAX) in fxent_timer_reseed()
551 next_ival = FXENT_RESEED_INTVL_MAX; in fxent_timer_reseed()