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

/freebsd-current/sys/sys/
H A Drandom.h69 * Note: if you add or remove members of random_entropy_source, remember to
73 enum random_entropy_source { enum
115 void random_harvest_queue_(const void *, u_int, enum random_entropy_source);
117 void random_harvest_direct_(const void *, u_int, enum random_entropy_source);
120 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin)
128 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin)
136 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin)
143 void random_harvest_register_source(enum random_entropy_source);
144 void random_harvest_deregister_source(enum random_entropy_source);
/freebsd-current/sys/dev/random/
H A Dunit_test.h66 enum random_entropy_source { enum
77 enum random_entropy_source he_source; /* origin of the entropy */
H A Drandomdev.h102 enum random_entropy_source rs_source;
H A Drandom_harvestq.c550 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin)
601 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin)
616 random_harvest_register_source(enum random_entropy_source source)
623 random_harvest_deregister_source(enum random_entropy_source source)
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_pool.c263 fxrng_hi_source(enum random_entropy_source src)
281 fxrng_hi_pool0_eligible_racy(enum random_entropy_source src)
296 enum random_entropy_source src;

Completed in 121 milliseconds