Home
last modified time | relevance | path

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

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