Home
last modified time | relevance | path

Searched refs:random_harvest_fast (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/sys/
HDrandom.h100 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/
HDrandom_harvestq.c448 random_harvest_fast(const void *entropy, u_int size, u_int bits, enum random_entropy_source origin) in random_harvest_fast() function