Searched defs:harvest_event (Results 1 – 1 of 1) sorted by relevance
79 struct harvest_event { struct80 uintmax_t he_somecounter; /* fast counter for clock jitter */81 uint32_t he_entropy[HARVESTSIZE];/* some harvested entropy */82 u_int he_size; /* harvested entropy byte count */83 u_int he_bits; /* stats about the entropy */84 u_int he_destination; /* destination pool of this entropy */85 enum random_entropy_source he_source; /* origin of the entropy */86 void * he_next; /* next item on the list */