Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDrandom.h115 void random_harvest_queue_(const void *, u_int, enum random_entropy_source);
124 random_harvest_queue_(entropy, size, origin); in random_harvest_queue()
/freebsd-14-stable/sys/dev/random/
HDrandom_harvestq.c552 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_() function