Home
last modified time | relevance | path

Searched refs:urandom_fd (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Drand_util_posix.cc51 const int urandom_fd = g_urandom_fd.Pointer()->fd(); in RandBytes() local
53 ReadFromFD(urandom_fd, static_cast<char*>(output), output_length); in RandBytes()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c94 DEFINE_BSS_GET(int, urandom_fd);