Searched refs:HARVESTSIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/random/
H A Drandom_harvestq.h30 #define HARVESTSIZE 2 /* Max length in words of each harvested entropy unit */ macro
37 uint32_t he_entropy[HARVESTSIZE];/* some harvested entropy */
H A Dunit_test.h63 #define HARVESTSIZE 2 macro
74 uint32_t he_entropy[HARVESTSIZE];/* some harvested entropy */
H A Drandom_harvestq.c75 * HARVESTSIZE into every pool at least once per second.
234 uint32_t entropy[HARVESTSIZE];
/freebsd-current/sys/dev/virtio/random/
H A Dvirtio_random.c150 len = sizeof(*sc->vtrnd_value) * HARVESTSIZE;

Completed in 86 milliseconds