Home
last modified time | relevance | path

Searched defs:getentropy (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/unix/
Dgetentropy_openbsd.go17 func getentropy(p []byte) error func
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Dmacos.rs7 fn getentropy(buf: *mut u8, size: libc::size_t) -> libc::c_int; in getentropy() function
/aosp_15_r20/external/musl/src/misc/
H A Dgetentropy.c7 int getentropy(void *buffer, size_t len) in getentropy() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Dmacos.rs7 fn getentropy(buf: *mut u8, size: libc::size_t) -> libc::c_int; in getentropy() function
/aosp_15_r20/external/trusty/musl/src/misc/
Dgetentropy.c7 int getentropy(void *buffer, size_t len) in getentropy() function
/aosp_15_r20/bionic/libc/bionic/
H A Dgetentropy.cpp52 int getentropy(void* buffer, size_t buffer_size) { in getentropy() function
/aosp_15_r20/bionic/tests/
H A Dsys_random_test.cpp39 TEST(sys_random, getentropy) { in TEST() argument
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dbionic.rs93 extern "C" fn getentropy(buffer: *mut c_void, length: usize) -> c_int { in getentropy() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Drand.rs192 fn getentropy(bytes: *mut c_void, count: size_t) -> c_int; in getentropy_fill_bytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Drand.rs192 fn getentropy(bytes: *mut c_void, count: size_t) -> c_int; in getentropy_fill_bytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Drand.rs192 fn getentropy(bytes: *mut c_void, count: size_t) -> c_int; in getentropy_fill_bytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Drand.rs192 fn getentropy(bytes: *mut c_void, count: size_t) -> c_int; in getentropy_fill_bytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Drand.rs192 fn getentropy(bytes: *mut c_void, count: size_t) -> c_int; in getentropy_fill_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/newlib/rtems/
Dmod.rs140 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/newlib/vita/
H A Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/vita/
H A Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/vita/
H A Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/vita/
H A Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/vita/
H A Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/newlib/vita/
H A Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/newlib/vita/
Dmod.rs233 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() function
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_openbsd_ppc64.go1857 func getentropy(p []byte) (err error) { func
Dzsyscall_openbsd_arm64.go1857 func getentropy(p []byte) (err error) { func
Dzsyscall_openbsd_amd64.go1857 func getentropy(p []byte) (err error) { func
Dzsyscall_openbsd_riscv64.go1857 func getentropy(p []byte) (err error) { func

12345