Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Drandom.h75 enum random_entropy_source { enum
114 void random_harvest_queue_(const void *, u_int, enum random_entropy_source);
116 void random_harvest_direct_(const void *, u_int, enum random_entropy_source);
119 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue()
127 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast()
135 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct()
142 void random_harvest_register_source(enum random_entropy_source);
143 void random_harvest_deregister_source(enum random_entropy_source);
/freebsd-13.1/sys/dev/random/
H A Dunit_test.h68 enum random_entropy_source { enum
79 enum random_entropy_source he_source; /* origin of the entropy */
H A Drandom_harvestq.c535 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_()
586 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_()
601 random_harvest_register_source(enum random_entropy_source source) in random_harvest_register_source()
608 random_harvest_deregister_source(enum random_entropy_source source) in random_harvest_deregister_source()
H A Drandomdev.h104 enum random_entropy_source rs_source;
/freebsd-13.1/sys/dev/random/fenestrasX/
H A Dfx_pool.c263 fxrng_hi_source(enum random_entropy_source src) in fxrng_hi_source()
281 fxrng_hi_pool0_eligible_racy(enum random_entropy_source src) in fxrng_hi_pool0_eligible_racy()
296 enum random_entropy_source src; in fxrng_event_processor()