Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drandom.h135 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct() function
144 #define random_harvest_direct(a, b, c) do {} while (0) macro
/f-stack/freebsd/kern/
H A Dsubr_bus.c2968 random_harvest_direct(&attachentropy, sizeof(attachentropy), RANDOM_ATTACH); in device_attach()