Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h78 __LIBC_HIDDEN__ extern int getentropy(void*, size_t);
/bionic/libc/bionic/
Dgetentropy_linux.c76 int getentropy(void *buf, size_t len);
90 getentropy(void *buf, size_t len) in getentropy() function
398 HF(getentropy); /* an addr in this library */ in getentropy_fallback()
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Darc4random.c90 if (getentropy(rnd, sizeof rnd) == -1) in _rs_stir()
/bionic/libc/
DNOTICE5519 Emulation of getentropy(2) as documented at:
5520 http://man.openbsd.org/getentropy.2