Searched refs:random_entropy_source (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | random.h | 64 enum random_entropy_source { enum 106 void random_harvest_queue_(const void *, u_int, enum random_entropy_source); 108 void random_harvest_direct_(const void *, u_int, enum random_entropy_source); 111 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() 119 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast() 127 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct() 134 void random_harvest_register_source(enum random_entropy_source); 135 void random_harvest_deregister_source(enum random_entropy_source);
|
| /freebsd-12.1/sys/dev/random/ |
| H A D | unit_test.h | 68 enum random_entropy_source { enum 79 enum random_entropy_source he_source; /* origin of the entropy */
|
| H A D | random_harvestq.c | 461 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_() 512 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_() 528 random_harvest_register_source(enum random_entropy_source source) in random_harvest_register_source() 535 random_harvest_deregister_source(enum random_entropy_source source) in random_harvest_deregister_source()
|
| H A D | randomdev.h | 98 enum random_entropy_source rs_source;
|