Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Drand_util_posix.cc68 static partition_alloc::internal::base::NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local
126 const int urandom_fd = GetUrandomFD(); in RandBytes() local
/aosp_15_r20/external/cronet/base/
H A Drand_util_posix.cc215 const int urandom_fd = GetUrandomFD(); in RandBytes() local
243 static NoDestructor<URandomFd> urandom_fd; in GetUrandomFD() local
/aosp_15_r20/external/libchrome/base/
H A Drand_util_posix.cc53 const int urandom_fd = g_urandom_fd.Pointer()->fd(); in RandBytes() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
H A Durandom.c99 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
H A Durandom_test.cc442 int urandom_fd = -1; in GetTrace() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/rand/
H A Durandom.c99 DEFINE_BSS_GET(int, urandom_fd) in DEFINE_BSS_GET() argument
H A Durandom_test.cc442 int urandom_fd = -1; in GetTrace() local
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/vboot_reference/firmware/stub/
H A Dtpm_lite_stub.c287 static int urandom_fd = -1; in vb2ex_tpm_get_random() local
/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_listener.cc273 int urandom_fd = HANDLE_EINTR(dup(base::GetUrandomFD())); in OnStart() local