Searched refs:getentropy_fallback (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dgetentropy.c83 getentropy_fallback(void *buf, size_t buflen) function
147 return (getentropy_fallback(buf, buflen));
/freebsd-13-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c80 static int getentropy_fallback(void *buf, size_t len);
148 ret = getentropy_fallback(buf, len);
253 getentropy_fallback(void *buf, size_t len) function
H A Dgetentropy_linux.c97 static int getentropy_fallback(void *buf, size_t len);
185 ret = getentropy_fallback(buf, len);
333 getentropy_fallback(void *buf, size_t len) function
H A Dgetentropy_osx.c86 static int getentropy_fallback(void *buf, size_t len);
136 ret = getentropy_fallback(buf, len);
205 getentropy_fallback(void *buf, size_t len) function

Completed in 162 milliseconds