Searched refs:getentropy_fallback (Results 1 – 5 of 5) sorted by relevance
/openbsd/lib/libcrypto/arc4random/ |
H A D | getentropy_hpux.c | 69 static int getentropy_fallback(void *buf, size_t len); 116 ret = getentropy_fallback(buf, len); in getentropy() 202 getentropy_fallback(void *buf, size_t len) in getentropy_fallback() function
|
H A D | getentropy_solaris.c | 73 static int getentropy_fallback(void *buf, size_t len); 142 ret = getentropy_fallback(buf, len); in getentropy() 238 getentropy_fallback(void *buf, size_t len) in getentropy_fallback() function
|
H A D | getentropy_aix.c | 65 static int getentropy_fallback(void *buf, size_t len); 112 ret = getentropy_fallback(buf, len); in getentropy() 198 getentropy_fallback(void *buf, size_t len) in getentropy_fallback() function
|
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_linux.c | 83 static int getentropy_fallback(void *buf, size_t len); 171 ret = getentropy_fallback(buf, len); in getentropy() 319 getentropy_fallback(void *buf, size_t len) in getentropy_fallback() function
|