Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/random/
H A Drandom_harvestq.h42 uint8_t he_source; /* origin of the entropy */ member
H A Dunit_test.h79 enum random_entropy_source he_source; /* origin of the entropy */ member
H A Drandom_harvestq.c441 event.he_source = RANDOM_CACHED; in random_early_prime()
547 event->he_source = origin; in random_harvest_queue_()
594 event.he_source = origin; in random_harvest_direct_()
H A Dunit_test.c162 e.he_source = (i + 3)%7; in RunHarvester()
H A Drandomdev.c318 event.he_source = RANDOM_CACHED; in randomdev_accumulate()
H A Dfortuna.c366 if (event->he_source == RANDOM_PURE_VMGENID) in random_fortuna_process_event()
/freebsd-13.1/sys/dev/random/fenestrasX/
H A Dfx_pool.c300 src = event->he_source; in fxrng_event_processor()