Searched defs:harvest_event (Results 1 – 1 of 1) sorted by relevance
77 struct harvest_event { struct78 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 */