Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Drandom.h39 #define GRND_NONBLOCK 0x0001 macro
/bionic/libc/bionic/
Dgetentropy_linux.c207 ret = syscall(SYS_getrandom, buf, len, GRND_NONBLOCK); in getentropy_getrandom()