Searched refs:arc4random_buf (Results 1 – 6 of 6) sorted by relevance
68 return arc4random_buf(buf, n); in ev_arc4random_buf()81 (void (*)(void*,size_t))arc4random_buf; in ev_arc4random_buf()83 return arc4random_buf(buf, n); in ev_arc4random_buf()163 arc4random_buf(buf, n); in ev_arc4random_buf()
497 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
15 /* Define to 1 if you have the `arc4random_buf' function. */
18 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)19 o Fix another arc4random_buf-related warning (e64a2b0)95 o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel)96 o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn)290 …o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell …1018 o Make RNG work when we have arc4random() but not arc4random_buf() (4ec8fea)
293 …ction strtoll inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid gete…
198 arc4random_buf(&myaddr->s6_addr[8], 8); in gen_random_iid()