Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgetentropy_linux.c87 static int getentropy_fallback(void *buf, size_t len);
172 ret = getentropy_fallback(buf, len); in getentropy()
354 getentropy_fallback(void *buf, size_t len) in getentropy_fallback() function