Searched refs:getentropy_urandom (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/compat/ |
H A D | getentropy_solaris.c | 78 static int getentropy_urandom(void *buf, size_t len, const char *path, 103 ret = getentropy_urandom(buf, len, in getentropy() 116 ret = getentropy_urandom(buf, len, "/dev/urandom", 0); in getentropy() 173 getentropy_urandom(void *buf, size_t len, const char *path, int devfscheck) in getentropy_urandom() function
|
H A D | getentropy_osx.c | 85 static int getentropy_urandom(void *buf, size_t len); 104 ret = getentropy_urandom(buf, len); in getentropy() 145 getentropy_urandom(void *buf, size_t len) in getentropy_urandom() function
|
H A D | getentropy_linux.c | 93 static int getentropy_urandom(void *buf, size_t len); 130 ret = getentropy_urandom(buf, len); in getentropy() 213 getentropy_urandom(void *buf, size_t len) in getentropy_urandom() function
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | Changelog | 3747 - in compat/arc4random call getentropy_urandom when getentropy fails
|