Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/random/
Dunit_test.h77 struct harvest_event { struct
78 uintmax_t he_somecounter; /* fast counter for clock jitter */
79 uint32_t he_entropy[HARVESTSIZE];/* some harvested entropy */
80 u_int he_size; /* harvested entropy byte count */
81 u_int he_bits; /* stats about the entropy */
82 u_int he_destination; /* destination pool of this entropy */
83 enum random_entropy_source he_source; /* origin of the entropy */
84 void * he_next; /* next item on the list */