Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDrandom.h114 void random_harvest_direct_(const void *, u_int, enum random_entropy_source);
137 random_harvest_direct_(entropy, size, origin); in random_harvest_direct()
/freebsd-13-stable/sys/dev/random/
HDrandom_harvestq.c584 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_() function