Home
last modified time | relevance | path

Searched refs:he_source (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/random/
H A Drandom_harvestq.h40 uint8_t he_source; /* origin of the entropy */ member
H A Dunit_test.h77 enum random_entropy_source he_source; /* origin of the entropy */ member
H A Drandom_harvestq.c458 event.he_source = RANDOM_CACHED; in random_early_prime()
564 event->he_source = origin; in random_harvest_queue_()
611 event.he_source = origin; in random_harvest_direct_()
H A Dunit_test.c160 e.he_source = (i + 3)%7; in RunHarvester()
H A Drandomdev.c315 event.he_source = RANDOM_CACHED; in randomdev_accumulate()
H A Dfortuna.c361 if (event->he_source == RANDOM_PURE_VMGENID) in random_fortuna_process_event()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_pool.c300 src = event->he_source; in fxrng_event_processor()