Searched defs:urandom_fd (Results 1 – 10 of 10) sorted by relevance
57 static partition_alloc::internal::base::NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local96 const int urandom_fd = GetUrandomFD(); in RandBytes() local
213 const int urandom_fd = GetUrandomFD(); in RandBytes() local237 static NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local
53 const int urandom_fd = g_urandom_fd.Pointer()->fd(); in RandBytes() local
109 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
442 int urandom_fd = -1; in GetTrace() local
112 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
185 int urandom_fd = -1; in GetTrace() local
293 int urandom_fd = HANDLE_EINTR(dup(base::GetUrandomFD())); in OnStart() local