Searched defs:arc4random_buf (Results 1 - 8 of 8) sorted by relevance
/freebsd-head/contrib/ntp/libntp/ |
H A D | ntp_crypto_rnd.c | 30 arc4random_buf(void *buf, size_t nbytes); 36 arc4random_buf(void *buf, size_t nbytes) function 111 arc4random_buf(buf, nbytes);
|
/freebsd-head/contrib/libarchive/libarchive/ |
H A D | archive_random.c | 54 static void arc4random_buf(void *, size_t); 71 * This simply calls arc4random_buf function if the platform provides it. 96 arc4random_buf(buf, nbytes); 259 arc4random_buf(void *_buf, size_t n) function
|
/freebsd-head/lib/libc/gen/ |
H A D | arc4random.c | 200 arc4random_buf(void *buf, size_t n) function
|
/freebsd-head/sys/libkern/ |
H A D | arc4random.c | 215 arc4random_buf(void *ptr, size_t len) function
|
/freebsd-head/crypto/openssh/openbsd-compat/ |
H A D | arc4random.c | 248 * arc4random_buf(). 252 arc4random_buf(void *buf, size_t n) function 261 /* arc4random_buf() that uses platform arc4random() */ 264 arc4random_buf(void *_buf, size_t n) function
|
/freebsd-head/contrib/unbound/compat/ |
H A D | arc4random.c | 301 arc4random_buf(void *buf, size_t n) function
|
/freebsd-head/contrib/ntp/sntp/libevent/ |
H A D | arc4random.c | 498 arc4random_buf(void *buf_, size_t n) function
|
/freebsd-head/contrib/libevent/ |
H A D | arc4random.c | 498 arc4random_buf(void *buf_, size_t n) function
|
Completed in 218 milliseconds