Home
last modified time | relevance | path

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

/trueos/sys/dev/random/
HDrandomdev_soft.h50 struct harvest { struct
52 uint8_t entropy[HARVESTSIZE]; /* the harvested entropy */ argument
55 STAILQ_ENTRY(harvest) next; /* next item on the list */ argument
HDharvest.c51 struct harvest_select harvest = { 1, 1, 1, 1 }; variable