Searched refs:he_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/random/
H A Drandom_harvestq.h40 uint8_t he_size; /* harvested entropy byte count */ member in struct:harvest_event
H A Dunit_test.h77 uint8_t he_size; /* harvested entropy byte count */ member in struct:harvest_event
H A Dfortuna.c246 KASSERT(event->he_size <= sizeof(event->he_entropy),
247 ("%s: event->he_size: %hhu > sizeof(event->he_entropy): %zu\n",
248 __func__, event->he_size, sizeof(event->he_entropy)));
252 event->he_entropy, event->he_size);
261 sizeof(event->he_somecounter) + event->he_size);
H A Drandom_harvestq.c416 event.he_size = count;
476 event->he_size = size;
481 event->he_size = sizeof(event->he_entropy[0]);
519 event.he_size = size;
H A Dunit_test.c160 e.he_size = 8;
H A Drandomdev.c260 event.he_size = sizeof(event.he_entropy);

Completed in 90 milliseconds