/third_party/ltp/include/lapi/ |
H A D | getrandom.h | 19 * 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 D | getrandom01.c | 12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK, 13 GRND_RANDOM | GRND_NONBLOCK};
|
H A D | getrandom02.c | 15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK, 16 GRND_RANDOM | GRND_NONBLOCK };
|
/third_party/eudev/src/shared/ |
H A D | missing.h | 77 #ifndef GRND_RANDOM 78 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/musl/include/sys/ |
H A D | random.h | 12 #define GRND_RANDOM 0x0002 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/rand/ |
H A D | types.rs | 8 /// `GRND_RANDOM` 9 const RANDOM = linux_raw_sys::general::GRND_RANDOM;
|
/third_party/rust/crates/rustix/src/backend/libc/rand/ |
H A D | types.rs | 12 /// `GRND_RANDOM` 13 const RANDOM = c::GRND_RANDOM;
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.c | 99 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 D | dynlink_rand.c | 99 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 D | mod.rs | 176 pub const GRND_RANDOM: ::c_uint = 0x2; consts
|
/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.c | 155 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 D | gwp_asan.c | 155 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 D | mod.rs | 2012 pub const GRND_RANDOM: ::c_uint = 0x0002; consts
|
/third_party/tzdata/ |
H A D | zic.c | 59 # define HAVE_GETRANDOM GRND_RANDOM
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1284 pub const GRND_RANDOM: ::c_int = 0x0002; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1325 pub const GRND_RANDOM: u32 = 2; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2046 pub const GRND_RANDOM: ::c_uint = 0x0002; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3113 pub const GRND_RANDOM: ::c_uint = 0x2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1328 pub const GRND_RANDOM: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1320 pub const GRND_RANDOM: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1338 pub const GRND_RANDOM: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1333 pub const GRND_RANDOM: u32 = 2; consts
|