Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Drandutils.h37 random_get_bytes(void *buf, size_t nbytes) in random_get_bytes() function
/netbsd-src/external/cddl/osnet/sys/sys/
H A Drandom.h36 #define random_get_bytes(p, s) cprng_fast((p), (s)) macro
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Drandom.h16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dkernel.c925 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function