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.c414 ht = &healthtest[event->he_source]; in random_harvest_healthtest()
446 random_source_descr[event->he_source]); in random_harvest_healthtest()
454 random_source_descr[event->he_source]); in random_harvest_healthtest()
678 event.he_source = RANDOM_CACHED; in random_early_prime()
785 event->he_source = origin; in random_harvest_queue_()
831 event.he_source = origin; in random_harvest_direct_()
H A Drandom_harvestq.h43 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 Dunit_test.c160 e.he_source = (i + 3)%7; in RunHarvester()
H A Drandomdev.c315 event.he_source = RANDOM_RANDOMDEV; in randomdev_accumulate()
H A Dfortuna.c368 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()