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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h     [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 725 int random_device = open("/dev/urandom", O_RDONLY); local
726 if (random_device < 0) {
733 int retval = read(random_device, random_value, sizeof(u_int));
736 close(random_device);
743 close(random_device);
  /external/sepolicy/
file_contexts 50 /dev/random u:object_r:random_device:s0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h     [all...]

Completed in 113 milliseconds