Searched refs:HAVE_ARC4RANDOM_BUF (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/lib/libexpat/
H A Dexpat_config.h22 #define HAVE_ARC4RANDOM_BUF 1 macro
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.h11 #define HAVE_ARC4RANDOM_BUF 1 macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_crypto_rnd.c28 # ifndef HAVE_ARC4RANDOM_BUF
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_random.c33 #if !defined(HAVE_ARC4RANDOM_BUF) && (!defined(_WIN32) || defined(__CYGWIN__))
56 #endif /* HAVE_ARC4RANDOM_BUF */
101 #if !defined(HAVE_ARC4RANDOM_BUF) && (!defined(_WIN32) || defined(__CYGWIN__))
272 #endif /* !HAVE_ARC4RANDOM_BUF */
/freebsd-13-stable/lib/libarchive/
H A Dconfig_freebsd.h38 #define HAVE_ARC4RANDOM_BUF 1 macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Darc4random.c250 # ifndef HAVE_ARC4RANDOM_BUF
258 # endif /* !HAVE_ARC4RANDOM_BUF */
262 #if !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM)
278 #endif /* !defined(HAVE_ARC4RANDOM_BUF) && defined(HAVE_ARC4RANDOM) */
H A Dopenbsd-compat.h212 #ifndef HAVE_ARC4RANDOM_BUF
/freebsd-13-stable/contrib/apr/misc/unix/
H A Drand.c228 #elif defined(SYS_RANDOM) && defined(HAVE_ARC4RANDOM_BUF)
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsubr.c158 #ifdef HAVE_ARC4RANDOM_BUF
/freebsd-13-stable/usr.bin/svn/lib/libapr/
H A Dapr_private.h112 #define HAVE_ARC4RANDOM_BUF 1 macro
/freebsd-13-stable/crypto/openssh/
H A Dconfig.h191 #define HAVE_ARC4RANDOM_BUF 1 macro
/freebsd-13-stable/usr.sbin/ntp/
H A Dconfig.h342 #define HAVE_ARC4RANDOM_BUF 1 macro
/freebsd-13-stable/contrib/expat/lib/
H A Dxmlparse.c86 && (defined(HAVE_ARC4RANDOM_BUF) || defined(HAVE_ARC4RANDOM))
95 && ! defined(HAVE_ARC4RANDOM_BUF) && ! defined(HAVE_ARC4RANDOM) \
104 * BSD / macOS >=10.7 (arc4random_buf): HAVE_ARC4RANDOM_BUF, \
106 * libbsd (arc4random_buf): HAVE_ARC4RANDOM_BUF + HAVE_LIBBSD, \
649 #if ! defined(HAVE_ARC4RANDOM_BUF) && ! defined(HAVE_ARC4RANDOM)
715 #endif /* ! defined(HAVE_ARC4RANDOM_BUF) && ! defined(HAVE_ARC4RANDOM) */
717 #if defined(HAVE_ARC4RANDOM) && ! defined(HAVE_ARC4RANDOM_BUF)
735 #endif /* defined(HAVE_ARC4RANDOM) && ! defined(HAVE_ARC4RANDOM_BUF) */
765 #if ! defined(HAVE_ARC4RANDOM_BUF) && ! defined(HAVE_ARC4RANDOM)
790 #endif /* ! defined(HAVE_ARC4RANDOM_BUF)
[all...]

Completed in 110 milliseconds