Home
last modified time | relevance | path

Searched refs:harvest_event (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_pool.h32 struct harvest_event;
33 void fxrng_event_processor(struct harvest_event *);
H A Dfx_brng.h63 struct harvest_event;
64 void fxrng_brng_src_reseed(const struct harvest_event *);
H A Dfx_rng.h70 const struct harvest_event *);
H A Dfx_rng.c228 const struct harvest_event *event) in fxrng_rng_src_reseed()
H A Dfx_brng.c89 fxrng_brng_src_reseed(const struct harvest_event *event) in fxrng_brng_src_reseed()
H A Dfx_pool.c294 fxrng_event_processor(struct harvest_event *event) in fxrng_event_processor()
/freebsd/sys/dev/random/
H A Dother_algorithm.c87 static void random_other_process_event(struct harvest_event *);
201 random_other_process_event(struct harvest_event *event) in random_other_process_event()
H A Drandomdev.h64 struct harvest_event;
69 typedef void random_alg_eventprocessor_t(struct harvest_event *);
H A Drandom_harvestq.c154 struct harvest_event ring[RANDOM_RING_MAX];
172 random_harvestq_fast_process_event(struct harvest_event *event) in random_harvestq_fast_process_event()
448 struct harvest_event event; in random_early_prime()
554 struct harvest_event *event; in random_harvest_queue_()
605 struct harvest_event event; in random_harvest_direct_()
H A Drandom_harvestq.h35 struct harvest_event { struct
H A Dunit_test.h72 struct harvest_event { struct
H A Dfortuna.c258 static void random_fortuna_process_event(struct harvest_event *);
339 random_fortuna_process_event(struct harvest_event *event) in random_fortuna_process_event()
H A Dunit_test.c148 struct harvest_event e; in RunHarvester()
H A Drandomdev.c298 static struct harvest_event event; in randomdev_accumulate()
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.c88 sizeof(((struct harvest_event *)0)->he_entropy)); in vmgenc_harvest_all()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c308 chunk_size = sizeof(((struct harvest_event *)0)->he_entropy); in bcm2835_rng_enqueue_harvest()