Searched refs:random_entropy_source (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | random.h | 73 enum random_entropy_source { enum 116 void random_harvest_queue_(const void *, u_int, enum random_entropy_source); 118 void random_harvest_direct_(const void *, u_int, enum random_entropy_source); 121 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() 129 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast() 137 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct()
|
| /freebsd/sys/dev/random/ |
| H A D | unit_test.h | 66 enum random_entropy_source { enum 77 enum random_entropy_source he_source; /* origin of the entropy */
|
| H A D | randomdev.h | 104 enum random_entropy_source rs_source;
|
| H A D | random_harvestq.c | 487 random_healthtest_init(enum random_entropy_source source, int min_entropy) in random_healthtest_init() 847 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_() 900 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_()
|
| /freebsd/sys/dev/random/fenestrasX/ |
| H A D | fx_pool.c | 273 fxrng_hi_source(enum random_entropy_source src) in fxrng_hi_source() 291 fxrng_hi_pool0_eligible_racy(enum random_entropy_source src) in fxrng_hi_pool0_eligible_racy() 306 enum random_entropy_source src; in fxrng_event_processor()
|