Home
last modified time | relevance | path

Searched defs:arc4random_buf (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libc/crypt/
Darc4random.c198 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
/openbsd/src/sys/dev/
Drnd.c538 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp1390 REAL(arc4random_buf)(buffer, length); in GetRandom() local