Home
last modified time | relevance | path

Searched refs:GRND_RANDOM (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dgetrandom.h19 * GRND_RANDOM Use the /dev/random pool instead of /dev/urandom
26 #ifndef GRND_RANDOM
27 # define GRND_RANDOM 0x0002 macro
/third_party/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom01.c12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK,
13 GRND_RANDOM | GRND_NONBLOCK};
H A Dgetrandom02.c15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK,
16 GRND_RANDOM | GRND_NONBLOCK };
/third_party/eudev/src/shared/
H A Dmissing.h77 #ifndef GRND_RANDOM
78 #define GRND_RANDOM 0x0002 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/musl/include/sys/
H A Drandom.h12 #define GRND_RANDOM 0x0002 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/rand/
H A Dtypes.rs8 /// `GRND_RANDOM`
9 const RANDOM = linux_raw_sys::general::GRND_RANDOM;
/third_party/rust/crates/rustix/src/backend/libc/rand/
H A Dtypes.rs12 /// `GRND_RANDOM`
13 const RANDOM = c::GRND_RANDOM;
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c99 if (getrandom(&handle, sizeof handle, GRND_RANDOM | GRND_NONBLOCK) == -1) { in gen_handle()
216 if (getrandom(&index, sizeof index, GRND_RANDOM | GRND_NONBLOCK) == -1) { in shuffle_loadtasks()
/third_party/musl/ldso/linux/
H A Ddynlink_rand.c99 if (getrandom(&handle, sizeof handle, GRND_RANDOM | GRND_NONBLOCK) == -1) { in gen_handle()
220 // Use flag GRND_RANDOM should "block" or "nonblock with retry". This will result in performance loss. in shuffle_loadtasks()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs176 pub const GRND_RANDOM: ::c_uint = 0x2; consts
/third_party/musl/porting/linux/user/src/gwp_asan/
H A Dgwp_asan.c155 if (getrandom(&random_value, sizeof(random_value), GRND_RANDOM | GRND_NONBLOCK) == -1) { in should_sample_process()
/third_party/musl/src/gwp_asan/linux/
H A Dgwp_asan.c155 if (getrandom(&random_value, sizeof(random_value), GRND_RANDOM | GRND_NONBLOCK) == -1) { in should_sample_process()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2012 pub const GRND_RANDOM: ::c_uint = 0x0002; consts
/third_party/tzdata/
H A Dzic.c59 # define HAVE_GETRANDOM GRND_RANDOM
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1284 pub const GRND_RANDOM: ::c_int = 0x0002; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1325 pub const GRND_RANDOM: u32 = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2046 pub const GRND_RANDOM: ::c_uint = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3113 pub const GRND_RANDOM: ::c_uint = 0x2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1328 pub const GRND_RANDOM: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1320 pub const GRND_RANDOM: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1338 pub const GRND_RANDOM: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1333 pub const GRND_RANDOM: u32 = 2; consts

Completed in 108 milliseconds

12