Home
last modified time | relevance | path

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

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