/external/expat/ |
D | ConfigureChecks.cmake | 58 #include <sys/syscall.h> /* for SYS_getrandom */ 60 syscall(SYS_getrandom, NULL, 0, 0);
|
D | configure.ac | 224 … [enforce the use of syscall SYS_getrandom function in the system @<:@default=check@:>@]) 226 [skip auto detect of syscall SYS_getrandom @<:@default=check@:>@])], 231 [AC_MSG_CHECKING([for syscall SYS_getrandom (Linux 3.17+)]) 235 #include <sys/syscall.h> /* for SYS_getrandom */ 237 syscall(SYS_getrandom, NULL, 0, 0); 241 …[AC_DEFINE([HAVE_SYSCALL_GETRANDOM], [1], [Define to 1 if you have `syscall' and `SYS_getrandom'.]) 245 …[AC_MSG_ERROR([enforced the use of syscall SYS_getrandom --with-sys-getrandom, but not detected])]…
|
D | expat_config.h.cmake | 48 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */
|
D | CMakeLists.txt | 101 "Make use of syscall SYS_getrandom (ON|OFF|AUTO) [default=AUTO]") 208 …ts(EXPAT_WITH_SYS_GETRANDOM HAVE_SYSCALL_GETRANDOM "syscall SYS_getrandom" "Syscall SYS_getrandom") 704 message(STATUS " syscall SYS_getrandom .... ${HAVE_SYSCALL_GETRANDOM}")
|
D | expat_config.h.in | 51 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */
|
D | README.md | 260 // Make use of syscall SYS_getrandom (ON|OFF|AUTO) [default=AUTO]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | linux.cpp | 155 #if defined(SYS_getrandom) in getRandom() 161 syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK); in getRandom()
|
/external/python/cryptography/src/_cffi_src/openssl/src/ |
D | osrandom_engine.h | 43 #elif defined(__linux__) && defined(SYS_getrandom)
|
D | osrandom_engine.c | 323 n = syscall(SYS_getrandom, dest, sizeof(dest), 0); in osrandom_init() 383 n = syscall(SYS_getrandom, buffer, size, 0); in osrandom_rand_bytes()
|
/external/rust/crates/getrandom/src/ |
D | linux_android.rs | 45 libc::syscall(libc::SYS_getrandom, buf, buflen, flags) as libc::ssize_t in getrandom()
|
/external/scudo/standalone/ |
D | linux.cpp | 194 #if defined(SYS_getrandom) in getRandom() 200 syscall(SYS_getrandom, Buffer, Length, Blocking ? 0 : GRND_NONBLOCK); in getRandom()
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 153 n = syscall(SYS_getrandom, dest, n, flags); in py_getrandom() 157 n = syscall(SYS_getrandom, dest, n, flags); in py_getrandom()
|
/external/crosvm/syscall_defines/src/linux-aarch64/ |
D | mod.rs | 262 SYS_getrandom = 278, enumerator
|
/external/crosvm/syscall_defines/src/linux-x86_64/ |
D | mod.rs | 328 SYS_getrandom = 318, enumerator
|
/external/crosvm/syscall_defines/src/linux-arm/ |
D | mod.rs | 360 SYS_getrandom = 384, enumerator
|
/external/crosvm/syscall_defines/src/linux-x86/ |
D | mod.rs | 361 SYS_getrandom = 355, enumerator
|
/external/python/cryptography/docs/hazmat/backends/ |
D | openssl.rst | 110 | ``SYS_getrandom`` syscall | |
|
/external/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
D | mod.rs | 355 pub const SYS_getrandom: ::c_long = 278; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | not_x32.rs | 397 pub const SYS_getrandom: ::c_long = 318; constant
|
D | x32.rs | 328 pub const SYS_getrandom: ::c_long = __X32_SYSCALL_BIT + 318; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | arm.rs | 491 pub const SYS_getrandom: ::c_long = 384; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
D | mod.rs | 508 pub const SYS_getrandom: ::c_long = 355; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 484 pub const SYS_getrandom: ::c_long = 278; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/ |
D | mod.rs | 591 pub const SYS_getrandom: ::c_long = 318; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 615 pub const SYS_getrandom: ::c_long = 4000 + 353; constant
|