Searched defs:urandom_fd (Results 1 – 13 of 13) sorted by relevance
68 static partition_alloc::internal::base::NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local126 const int urandom_fd = GetUrandomFD(); in RandBytes() local
215 const int urandom_fd = GetUrandomFD(); in RandBytes() local243 static NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local
53 const int urandom_fd = g_urandom_fd.Pointer()->fd(); in RandBytes() local
99 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
287 static int urandom_fd = -1; in vb2ex_tpm_get_random() local
273 int urandom_fd = HANDLE_EINTR(dup(base::GetUrandomFD())); in OnStart() local