Searched refs:getentropy_urandom (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c78 static int getentropy_urandom(void *buf, size_t len, const char *path,
103 ret = getentropy_urandom(buf, len,
116 ret = getentropy_urandom(buf, len, "/dev/urandom", 0);
173 getentropy_urandom(void *buf, size_t len, const char *path, int devfscheck) function
H A Dgetentropy_linux.c93 static int getentropy_urandom(void *buf, size_t len);
130 ret = getentropy_urandom(buf, len);
213 getentropy_urandom(void *buf, size_t len) function
H A Dgetentropy_osx.c85 static int getentropy_urandom(void *buf, size_t len);
104 ret = getentropy_urandom(buf, len);
145 getentropy_urandom(void *buf, size_t len) function

Completed in 115 milliseconds