Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Drandom.h149 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast() function
168 #define random_harvest_fast(a, b, c) do {} while (0) macro
175 #define random_harvest_fast_uma(a, b, c) random_harvest_fast(a, b, c)
/freebsd-12-stable/share/man/man9/
DMakefile1713 random_harvest.9 random_harvest_fast.9 \