Symbol: harvest_event
sys/arm/broadcom/bcm2835/bcm2835_rng.c
308
chunk_size = sizeof(((struct harvest_event *)0)->he_entropy);
sys/dev/random/fenestrasX/fx_brng.c
89
fxrng_brng_src_reseed(const struct harvest_event *event)
sys/dev/random/fenestrasX/fx_brng.h
63
struct harvest_event;
sys/dev/random/fenestrasX/fx_brng.h
64
void fxrng_brng_src_reseed(const struct harvest_event *);
sys/dev/random/fenestrasX/fx_pool.c
304
fxrng_event_processor(struct harvest_event *event)
sys/dev/random/fenestrasX/fx_pool.h
32
struct harvest_event;
sys/dev/random/fenestrasX/fx_pool.h
33
void fxrng_event_processor(struct harvest_event *);
sys/dev/random/fenestrasX/fx_rng.c
228
const struct harvest_event *event)
sys/dev/random/fenestrasX/fx_rng.h
70
const struct harvest_event *);
sys/dev/random/fortuna.c
258
static void random_fortuna_process_event(struct harvest_event *);
sys/dev/random/fortuna.c
339
random_fortuna_process_event(struct harvest_event *event)
sys/dev/random/other_algorithm.c
201
random_other_process_event(struct harvest_event *event)
sys/dev/random/other_algorithm.c
87
static void random_other_process_event(struct harvest_event *);
sys/dev/random/random_harvestq.c
143
struct harvest_event ring[RANDOM_RING_MAX];
sys/dev/random/random_harvestq.c
166
random_harvestq_fast_process_event(struct harvest_event *event)
sys/dev/random/random_harvestq.c
343
const struct harvest_event *event)
sys/dev/random/random_harvestq.c
362
const struct harvest_event *event)
sys/dev/random/random_harvestq.c
376
const struct harvest_event *event)
sys/dev/random/random_harvestq.c
393
const struct harvest_event *event)
sys/dev/random/random_harvestq.c
402
const struct harvest_event *event)
sys/dev/random/random_harvestq.c
430
random_harvest_healthtest(const struct harvest_event *event)
sys/dev/random/random_harvestq.c
745
struct harvest_event event;
sys/dev/random/random_harvestq.c
851
struct harvest_event *event;
sys/dev/random/random_harvestq.c
902
struct harvest_event event;
sys/dev/random/random_harvestq.h
52
bool random_harvest_healthtest(const struct harvest_event *event);
sys/dev/random/randomdev.c
298
static struct harvest_event event;
sys/dev/random/randomdev.h
66
struct harvest_event;
sys/dev/random/randomdev.h
71
typedef void random_alg_eventprocessor_t(struct harvest_event *);
sys/dev/random/unit_test.c
148
struct harvest_event e;
sys/dev/vmgenc/vmgenc_acpi.c
89
sizeof(((struct harvest_event *)0)->he_entropy));