Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_pool.c234 static struct fxrng_hash fxent_pool[FXRNG_NPOOLS];
501 uint8_t hash[FXRNG_HASH_SZ * FXRNG_NPOOLS]; in fxent_timer_reseed_npools()
504 ASSERT_DEBUG(n > 0 && n <= FXRNG_NPOOLS, "n:%u", n); in fxent_timer_reseed_npools()
570 for (i = 1; i < MIN(fxent_nactpools + 1, FXRNG_NPOOLS); i++) { in fxent_timer_reseed()
H A Dfx_pool.h29 #define FXRNG_NPOOLS 8 macro
H A Dfx_main.c293 .ra_poolcount = FXRNG_NPOOLS,