Searched refs:getentropy_fallback (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | getentropy.c | 80 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 D | getentropy_osx.c | 86 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 D | getentropy_solaris.c | 80 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 D | getentropy_linux.c | 97 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
|