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

/netbsd-current/external/cddl/osnet/sys/sys/
H A Drandom.h36 #define random_get_bytes(p, s) cprng_fast((p), (s)) macro
/netbsd-current/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Drandutils.h37 random_get_bytes(void *buf, size_t nbytes) function
/netbsd-current/external/bsd/wpa/dist/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) function
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/
H A Dkernel.c925 random_get_bytes(uint8_t *ptr, size_t len) function

Completed in 116 milliseconds