Home
last modified time | relevance | path

Searched refs:arc4random_buf (Results 1 – 16 of 16) sorted by relevance

/rust-libc-0.2.174/src/unix/newlib/rtems/
H A Dmod.rs143 pub fn arc4random_buf(buf: *mut core::ffi::c_void, nbytes: size_t); in arc4random_buf() function
/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt633 arc4random_buf
H A Dopenbsd.txt1054 arc4random_buf
H A Dnetbsd.txt1243 arc4random_buf
H A Ddragonfly.txt1283 arc4random_buf
H A Dfreebsd.txt1861 arc4random_buf
H A Dapple.txt1888 arc4random_buf
H A Dandroid.txt3202 arc4random_buf
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs595 pub fn arc4random_buf(bytes: *mut c_void, nbytes: usize); in arc4random_buf() function
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs913 pub fn arc4random_buf(buf: *mut c_void, size: size_t); in arc4random_buf() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs852 pub fn arc4random_buf(a: *mut c_void, b: size_t); in arc4random_buf() function
/rust-libc-0.2.174/
H A DCHANGELOG.md38 - NuttX: Add `arc4random` and `arc4random_buf` ([#4464](https://github.com/rust-lang/libc/pull/4464…
462 - RTEMS: add `arc4random_buf` <https://github.com/rust-lang/libc/pull/3989>
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs2072 pub fn arc4random_buf(buf: *mut c_void, n: size_t); in arc4random_buf() function
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2097 pub fn arc4random_buf(buf: *mut c_void, size: size_t); in arc4random_buf() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs3131 pub fn arc4random_buf(buf: *mut c_void, nbytes: size_t); in arc4random_buf() function
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3890 pub fn arc4random_buf(__buf: *mut c_void, __n: size_t); in arc4random_buf() function