Home
last modified time | relevance | path

Searched refs:getentropy_urandom (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/compat/
H A Dgetentropy_solaris.c78 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 Dgetentropy_osx.c85 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 Dgetentropy_linux.c93 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 DChangelog3747 - in compat/arc4random call getentropy_urandom when getentropy fails