Home
last modified time | relevance | path

Searched defs:random_get_bytes (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drandom.h31 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Drandom.h32 #define random_get_bytes(p, s) read_random((p), (int)(s)) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drandom.h36 random_get_bytes(uint8_t *p, size_t s) in random_get_bytes() function
/freebsd/contrib/wpa/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
H A Drandom.c159 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c771 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function