Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/random/
HDfortuna.c107 u_int fsp_length; /* Only the first one is used by Fortuna */ member
321 fortuna_state.fs_pool[i].fsp_length = 0; in random_fortuna_init_alg()
384 fortuna_state.fs_pool[pl].fsp_length = MIN(RANDOM_FORTUNA_MAXPOOLSIZE, in random_fortuna_process_event()
385 fortuna_state.fs_pool[pl].fsp_length + in random_fortuna_process_event()
462 if (fortuna_state.fs_pool[0].fsp_length < fortuna_state.fs_minpoolsize in random_fortuna_pre_read()
505 fortuna_state.fs_pool[i].fsp_length = 0; in random_fortuna_pre_read()