Home
last modified time | relevance | path

Searched defs:urandom_fd (Results 1 – 10 of 10) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Drand_util_posix.cc57 static partition_alloc::internal::base::NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local
96 const int urandom_fd = GetUrandomFD(); in RandBytes() local
/external/cronet/base/
Drand_util_posix.cc213 const int urandom_fd = GetUrandomFD(); in RandBytes() local
237 static NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local
/external/libchrome/base/
Drand_util_posix.cc53 const int urandom_fd = g_urandom_fd.Pointer()->fd(); in RandBytes() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
Durandom.c109 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
Durandom_test.cc442 int urandom_fd = -1; in GetTrace() local
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c109 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
Durandom_test.cc442 int urandom_fd = -1; in GetTrace() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom.c112 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
Durandom_test.cc185 int urandom_fd = -1; in GetTrace() local
/external/cronet/components/nacl/loader/
Dnacl_listener.cc293 int urandom_fd = HANDLE_EINTR(dup(base::GetUrandomFD())); in OnStart() local