Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/compat/
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_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_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