HomeSort by: relevance | last modified time | path
    Searched defs:random_device (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
random.cpp 46 random_device::random_device(const string& __token) function in class:random_device
52 random_device::~random_device()
57 random_device::operator()()
63 __throw_system_error(errno, "random_device getentropy failed");
69 random_device::random_device(const string& __token)
75 random_device::~random_device()
    [all...]
  /src/lib/librumpuser/
rumpuser_random.c 59 static const char *random_device = "/dev/urandom"; variable
66 random_fd = open(random_device, O_RDONLY);

Completed in 31 milliseconds