Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/random/
HDrandom_harvestq.h39 uint8_t he_destination; /* destination pool of this entropy */ member
HDunit_test.h76 uint8_t he_destination; /* destination pool of this entropy */ member
HDrandom_harvestq.c459 event.he_destination = in random_early_prime()
565 event->he_destination = harvest_context.hc_destination[origin]++; in random_harvest_queue_()
612 event.he_destination = harvest_context.hc_destination[origin]++; in random_harvest_direct_()
HDunit_test.c159 e.he_destination = i; in RunHarvester()
HDrandomdev.c317 event.he_destination = destination++; /* Harmless cheating */ in randomdev_accumulate()
HDfortuna.c356 pl = event->he_destination % RANDOM_FORTUNA_NPOOLS; in random_fortuna_process_event()
/freebsd-14-stable/sys/dev/random/fenestrasX/
HDfx_pool.c420 pool = event->he_destination % fxent_nactpools; in fxrng_event_processor()