Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_hpux.c69 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 Dgetentropy_solaris.c73 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 Dgetentropy_aix.c65 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 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.c83 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