Searched refs:RNDGETENTCNT (Results 1 – 2 of 2) sorted by relevance
25 #define RNDGETENTCNT _IOR('R', 0x00, int) macro
259 if (ioctl(fd, RNDGETENTCNT, &cnt) == -1) { in getentropy_urandom()