Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Dfortuna.c106 u_int fsp_length; /* Only the first one is used by Fortuna */ member
320 fortuna_state.fs_pool[i].fsp_length = 0; in random_fortuna_init_alg()
383 fortuna_state.fs_pool[pl].fsp_length = MIN(RANDOM_FORTUNA_MAXPOOLSIZE, in random_fortuna_process_event()
384 fortuna_state.fs_pool[pl].fsp_length + in random_fortuna_process_event()
461 if (fortuna_state.fs_pool[0].fsp_length < fortuna_state.fs_minpoolsize in random_fortuna_pre_read()
504 fortuna_state.fs_pool[i].fsp_length = 0; in random_fortuna_pre_read()