Searched refs:random_harvest_fast (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | random.h | 100 void random_harvest_fast(const void *, u_int, u_int, enum random_entropy_source); 104 #define random_harvest_fast(a, b, c, d) do {} while (0) macro 109 #define random_harvest_fast_uma(a, b, c, d) random_harvest_fast(a, b, c, d)
|
| /NextBSD/sys/dev/random/ |
| HD | random_harvestq.c | 448 random_harvest_fast(const void *entropy, u_int size, u_int bits, enum random_entropy_source origin) in random_harvest_fast() function
|