HomeSort by relevance Sort by last modified time
    Searched refs:RNDGETENTCNT (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
random.h 24 #define RNDGETENTCNT _IOR('R', 0x00, int)
  /external/kernel-headers/original/uapi/linux/
random.h 18 #define RNDGETENTCNT _IOR( 'R', 0x00, int )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
random.h 17 #define RNDGETENTCNT _IOR( 'R', 0x00, int )
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl07.c 42 SAFE_IOCTL(fd, RNDGETENTCNT, &cnt);
  /external/boringssl/src/crypto/fipsmodule/rand/
urandom.c 177 if (ioctl(fd, RNDGETENTCNT, &entropy_bits)) {
179 "RNDGETENTCNT on /dev/urandom failed. We cannot continue in this "

Completed in 409 milliseconds