Home
last modified time | relevance | path

Searched defs:getentropy (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/misc/
H A Dgetentropy.c7 int getentropy(void *buffer, size_t len) in getentropy() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs507 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs507 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1199 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs717 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1825 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2717 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() functions

Completed in 21 milliseconds