Home
last modified time | relevance | path

Searched refs:random_entropy_source (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/sys/
HDrandom.h68 enum random_entropy_source { enum
99 void random_harvest_queue(const void *, u_int, u_int, enum random_entropy_source);
100 void random_harvest_fast(const void *, u_int, u_int, enum random_entropy_source);
101 void random_harvest_direct(const void *, u_int, u_int, enum random_entropy_source);
/NextBSD/sys/dev/random/
HDunit_test.h68 enum random_entropy_source { enum
80 enum random_entropy_source he_source; /* origin of the entropy */
HDrandom_harvestq.c410 random_harvest_queue(const void *entropy, u_int size, u_int bits, enum random_entropy_source origin) in random_harvest_queue()
448 random_harvest_fast(const void *entropy, u_int size, u_int bits, enum random_entropy_source origin) in random_harvest_fast()
468 random_harvest_direct(const void *entropy, u_int size, u_int bits, enum random_entropy_source origi… in random_harvest_direct()
HDyarrow.c222 enum random_entropy_source src; in random_yarrow_process_event()
265 enum random_entropy_source j; in random_yarrow_reseed_internal()
HDrandomdev.h98 enum random_entropy_source rs_source;