Home
last modified time | relevance | path

Searched refs:__NR_getrandom (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c274 # if defined(__linux) && !defined(__NR_getrandom)
276 # define __NR_getrandom (__NR_SYSCALL_BASE+384) macro
278 # define __NR_getrandom 355 macro
281 # define __NR_getrandom (__X32_SYSCALL_BIT + 318) macro
283 # define __NR_getrandom 318 macro
286 # define __NR_getrandom 338 macro
288 # define __NR_getrandom 349 macro
290 # define __NR_getrandom 389 macro
292 # define __NR_getrandom 359 macro
295 # define __NR_getrandom (__NR_Linu macro
297 # define __NR_getrandom global() macro
299 # define __NR_getrandom global() macro
302 # define __NR_getrandom global() macro
304 # define __NR_getrandom global() macro
306 # define __NR_getrandom global() macro
308 # define __NR_getrandom global() macro
311 # define __NR_getrandom global() macro
313 # define __NR_getrandom global() macro
316 # define __NR_getrandom global() macro
318 # define __NR_getrandom global() macro
320 # define __NR_getrandom global() macro
322 # define __NR_getrandom global() macro
324 # define __NR_getrandom global() macro
326 # define __NR_getrandom global() macro
[all...]
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c274 # if defined(__linux) && !defined(__NR_getrandom)
276 # define __NR_getrandom (__NR_SYSCALL_BASE+384) macro
278 # define __NR_getrandom 355 macro
281 # define __NR_getrandom (__X32_SYSCALL_BIT + 318) macro
283 # define __NR_getrandom 318 macro
286 # define __NR_getrandom 338 macro
288 # define __NR_getrandom 349 macro
290 # define __NR_getrandom 389 macro
292 # define __NR_getrandom 359 macro
295 # define __NR_getrandom (__NR_Linu macro
297 # define __NR_getrandom global() macro
299 # define __NR_getrandom global() macro
302 # define __NR_getrandom global() macro
304 # define __NR_getrandom global() macro
306 # define __NR_getrandom global() macro
308 # define __NR_getrandom global() macro
311 # define __NR_getrandom global() macro
313 # define __NR_getrandom global() macro
316 # define __NR_getrandom global() macro
318 # define __NR_getrandom global() macro
320 # define __NR_getrandom global() macro
322 # define __NR_getrandom global() macro
324 # define __NR_getrandom global() macro
326 # define __NR_getrandom global() macro
[all...]
/third_party/eudev/src/shared/
H A Dmissing.h46 #ifndef __NR_getrandom
48 # define __NR_getrandom 318 macro
50 # define __NR_getrandom 355 macro
52 # define __NR_getrandom 384 macro
54 # define __NR_getrandom 278 macro
56 # define __NR_getrandom 1339 macro
58 # define __NR_getrandom 352 macro
60 # define __NR_getrandom 349 macro
62 # warning "__NR_getrandom unknown for your architecture"
63 # define __NR_getrandom macro
[all...]
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c127 #ifndef __NR_getrandom
129 # define __NR_getrandom 318 macro
131 # define __NR_getrandom 355 macro
133 # define __NR_getrandom 384 macro
135 # define __NR_getrandom (UV_SYSCALL_BASE + 384) macro
137 # define __NR_getrandom 359 macro
139 # define __NR_getrandom 349 macro
141 #endif /* __NR_getrandom */
259 #if !defined(__NR_getrandom) || defined(__ANDROID_API__) && __ANDROID_API__ < 28 in uv__getrandom()
262 return syscall(__NR_getrandom, bu in uv__getrandom()
[all...]
/third_party/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom01.c17 TEST(tst_syscall(__NR_getrandom, NULL, 100, modes[n])); in verify_getrandom()
H A Dgetrandom04.c24 TEST(tst_syscall(__NR_getrandom, buf, 100, 0)); in verify_getrandom()
H A Dgetrandom03.c31 TEST(tst_syscall(__NR_getrandom, buf, sizes[n], 0)); in verify_getrandom()
H A Dgetrandom02.c52 TEST(tst_syscall(__NR_getrandom, buf, bufsize, modes[n])); in verify_getrandom()
/third_party/libuv/src/unix/
H A Dlinux.c132 #ifndef __NR_getrandom
134 # define __NR_getrandom 318 macro
136 # define __NR_getrandom 355 macro
138 # define __NR_getrandom 384 macro
140 # define __NR_getrandom 384 macro
142 # define __NR_getrandom 359 macro
144 # define __NR_getrandom 349 macro
146 # define __NR_getrandom 278 macro
148 #endif /* __NR_getrandom */
441 #if !defined(__NR_getrandom) || define in uv__getrandom()
[all...]
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h363 #define __NR_getrandom 384 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2102 pub const __NR_getrandom: u32 = 278; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2101 pub const __NR_getrandom: u32 = 278; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2064 pub const __NR_getrandom: u32 = 278; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2212 pub const __NR_getrandom: u32 = 359; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2296 pub const __NR_getrandom: u32 = 5313; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2215 pub const __NR_getrandom: u32 = 359; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2328 pub const __NR_getrandom: u32 = 4353; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2169 pub const __NR_getrandom: u32 = 384; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2429 pub const __NR_getrandom: u32 = 347; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2127 pub const __NR_getrandom: u32 = 349; consts

Completed in 139 milliseconds

12