Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.h35 struct harvest_event { struct
36 uint32_t he_somecounter; /* fast counter for clock jitter */
37 uint32_t he_entropy[HARVESTSIZE];/* some harvested entropy */
38 uint8_t he_size; /* harvested entropy byte count */
39 uint8_t he_destination; /* destination pool of this entropy */
40 uint8_t he_source; /* origin of the entropy */
H A Dunit_test.h72 struct harvest_event { struct
73 uintmax_t he_somecounter; /* fast counter for clock jitter */
74 uint32_t he_entropy[HARVESTSIZE];/* some harvested entropy */
75 uint8_t he_size; /* harvested entropy byte count */
76 uint8_t he_destination; /* destination pool of this entropy */
77 enum random_entropy_source he_source; /* origin of the entropy */
78 void * he_next; /* next item on the list */