Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dentropy_poll.c132 #if defined(KERN_ARND)
141 name[1] = KERN_ARND; in sysctl_arnd_wrapper()
/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c215 # if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND)
257 mib[1] = KERN_ARND; in sysctl_random()
396 # elif (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND) in syscall_random()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_unix.c215 # if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND)
257 mib[1] = KERN_ARND; in sysctl_random()
396 # elif (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND) in syscall_random()
/third_party/libuv/src/unix/
Dnetbsd.c239 static int name[] = {CTL_KERN, KERN_ARND}; in uv__random_sysctl()
/third_party/node/deps/uv/src/unix/
Dnetbsd.c239 static int name[] = {CTL_KERN, KERN_ARND}; in uv__random_sysctl()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt328 KERN_ARND
Dnetbsd.txt482 KERN_ARND
Dfreebsd.txt582 KERN_ARND
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1399 pub const KERN_ARND: ::c_int = 37; constant
/third_party/libuv/docs/src/
Dmisc.rst758 - NetBSD: `KERN_ARND` `sysctl(7) <https://man.netbsd.org/sysctl.7>_`
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2113 pub const KERN_ARND: ::c_int = 81; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2234 pub const KERN_ARND: ::c_int = 81; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2154 pub const KERN_ARND: ::c_int = 37; constant
/third_party/FreeBSD/
DUPDATING1828 and arc4random(3). The reason for this is that the KERN_ARND
/third_party/node/deps/uv/
DChangeLog1074 * netbsd: use KERN_ARND sysctl to get entropy (nia)
/third_party/libuv/
DChangeLog1074 * netbsd: use KERN_ARND sysctl to get entropy (nia)