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

/freebsd-12-stable/lib/libc/gen/
H A Dgetentropy.c75 getentropy_fallback(void *buf, size_t buflen) function
137 return (getentropy_fallback(buf, buflen));
/freebsd-12-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 159 milliseconds