Searched defs:harvest_event (Results 1 – 2 of 2) sorted by relevance
35 struct harvest_event { struct36 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 */
72 struct harvest_event { struct73 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 */