Home
last modified time | relevance | path

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

/netbsd/lib/libc/gen/
H A Dgetentropy.c54 int name[2] = { CTL_KERN, KERN_ARND }; in getentropy()
H A Darc4random.c412 const int mib[] = { CTL_KERN, KERN_ARND }; in arc4random_prng_addrandom()
/netbsd/external/bsd/unbound/dist/compat/
H A Dgetentropy_freebsd.c39 mib[1] = KERN_ARND; in getentropy_sysctl()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_unix.c228 # if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND)
270 mib[1] = KERN_ARND; in sysctl_random()
406 # elif (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(KERN_ARND) in syscall_random()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A 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()
/netbsd/lib/libc/misc/
H A Dstack_protector.c59 static const int mib[2] = { CTL_KERN, KERN_ARND }; in __guard_setup()
/netbsd/sys/kern/
H A Dsubr_cprng.c130 sysctl_kern_arandom, 0, NULL, 0, CTL_KERN, KERN_ARND, CTL_EOL); in cprng_init()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dnetbsd.c239 static int name[] = {CTL_KERN, KERN_ARND}; in uv__random_sysctl()
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Darc4random.c220 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
H A Dconfig.h.in31 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
H A Dconfigure.ac314 AC_CHECK_DECLS([CTL_KERN, KERN_RANDOM, RANDOM_UUID, KERN_ARND], [], [],
/netbsd/external/bsd/libevent/dist/
H A Darc4random.c215 int mib[] = { CTL_KERN, KERN_ARND }; in arc4_seed_sysctl_bsd()
H A Devent-config.h.cmake75 /* Define to 1 if you have the declaration of `KERN_ARND'. */
H A Dconfig.h.in37 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
H A Dconfigure.ac339 AC_CHECK_DECLS([CTL_KERN, KERN_ARND], [], [],
H A DCMakeLists.txt583 CHECK_CONST_EXISTS(KERN_ARND sys/sysctl.h EVENT__HAVE_DECL_KERN_ARND)
/netbsd/sys/sys/
H A Dsysctl.h273 #define KERN_ARND 81 /* void *buf, size_t siz random */ macro
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmisc.rst758 - NetBSD: `KERN_ARND` `sysctl(7) <https://man.netbsd.org/sysctl.7>_`
/netbsd/external/mit/libuv/dist/
H A DChangeLog1074 * netbsd: use KERN_ARND sysctl to get entropy (nia)