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

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.device/
ctor.pass.cpp 12 // class random_device;
14 // explicit random_device(const string& token = "/dev/urandom");
23 std::random_device r("wrong file");
30 std::random_device r;
33 std::random_device r("/dev/urandom");;
36 std::random_device r("/dev/random");;
eval.pass.cpp 12 // class random_device;
21 std::random_device r;
22 std::random_device::result_type e = r();
entropy.pass.cpp 12 // class random_device;
21 std::random_device r;
  /ndk/sources/cxx-stl/llvm-libc++/src/
random.cpp 22 random_device::random_device(const string& __token) function in class:random_device
26 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
29 random_device::~random_device()
35 random_device::operator()()
43 random_device::entropy() const _NOEXCEPT
  /bionic/libc/netbsd/resolv/
res_init.c 611 int random_device = open("/dev/urandom", O_RDONLY); local
612 if (random_device < 0) {
619 int retval = read(random_device, random_value, sizeof(u_int));
622 close(random_device);
629 close(random_device);
  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h     [all...]
  /external/sepolicy/
file_contexts 76 /dev/random u:object_r:random_device:s0

Completed in 926 milliseconds