Home
last modified time | relevance | path

Searched defs:fs_pool (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/random/
H A Dfortuna.c105 struct fs_pool { /* P_i */ struct
106 u_int fsp_length; /* Only the first one is used by Fortuna */
107 struct randomdev_hash fsp_hash;
108 } fs_pool[RANDOM_FORTUNA_NPOOLS]; member