Searched defs:random_get_bytes (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Drandom.h34 #define random_get_bytes(p, s) read_random((p), (int)(s)) macro
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
H A Drandom.c154 int random_get_bytes(void *buf, size_t len) function
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c888 random_get_bytes(uint8_t *ptr, size_t len) function

Completed in 164 milliseconds