Home
last modified time | relevance | path

Searched refs:arc4random_buf (Results 1 – 25 of 45) sorted by relevance

12

/external/libevent/
Devutil_rand.c75 arc4random_buf(buf, n); in ev_arc4random_buf()
89 (void (*)(void*,size_t))arc4random_buf; in ev_arc4random_buf()
91 arc4random_buf(buf, n); in ev_arc4random_buf()
182 arc4random_buf(buf, n); in ev_arc4random_buf()
Darc4random.c488 arc4random_buf(void *buf_, size_t n) in arc4random_buf() function
DChangeLog1006 o We should return after arc4random_buf() (1ea1f26 Makoto Kato)
1010 o Fix another arc4random_buf-related warning (e64a2b0)
1033 o Fix a compiler warning when checking for arc4random_buf linker
1400 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)
1401 o Fix another arc4random_buf-related warning (e64a2b0)
1460 o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel)
1461 o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn)
1655 …o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell …
Devent-config.h.cmake53 /* Define to 1 if you have the `arc4random_buf' function. */
Dconfig.h.in24 /* Define to 1 if you have the `arc4random_buf' function. */
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Darc4random.cpp42 arc4random_buf(buf, sizeof(buf)); in test_arc4random_buf10()
52 arc4random_buf(buf, sizeof(buf)); in test_arc4random_buf256()
/external/openssh/
Dentropy.c246 arc4random_buf(buf, sizeof(buf)); in seed_rng()
262 arc4random_buf(buf, sizeof(buf)); in seed_rng()
Dcrypto_api.h25 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
Dkexc25519.c54 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
Dssh-add.c444 arc4random_buf(data, sizeof(data)); in test_key()
Dhostfile.c131 arc4random_buf(salt, len); in host_hash()
Dssh-sk.c477 arc4random_buf(randchall, sizeof(randchall)); in sshsk_enroll()
Dsshd.c432 arc4random_buf(rnd, sizeof(rnd)); /* let arc4random notice PID change */ in reseed_prngs()
1342 arc4random_buf(rnd, sizeof(rnd));
/external/expat/
Dconfigure.ac159 [AS_HELP_STRING([--with-libbsd], [utilize libbsd (for arc4random_buf)])],
164 [arc4random_buf],
168 AC_MSG_CHECKING([for arc4random_buf (BSD or libbsd)])
170 #include <stdlib.h> /* for arc4random_buf on BSD, for NULL */
175 arc4random_buf(NULL, 0U);
179 [AC_DEFINE([HAVE_ARC4RANDOM_BUF], [1], [Define to 1 if you have the `arc4random_buf' function.])
DConfigureChecks.cmake30 check_symbol_exists("arc4random_buf" "${_bsd}stdlib.h" HAVE_ARC4RANDOM_BUF)
Dexpat_config.h.cmake9 /* Define to 1 if you have the `arc4random_buf' function. */
Dexpat_config.h.in12 /* Define to 1 if you have the `arc4random_buf' function. */
DREADME.md257 // utilize libbsd (for arc4random_buf)
/external/openssh/openbsd-compat/
Darc4random.c252 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
264 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
Dopenbsd-compat.h214 void arc4random_buf(void *, size_t);
/external/usrsctp/usrsctplib/
Duser_environment.c80 arc4random_buf(buf, count); in read_random_phony()
/external/expat/patches/
Dconfig.diff14 /* Define to 1 if you have the `arc4random_buf' function. */
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c117 arc4random_buf(&r, sizeof(r)); in sshbuf_fuzz_tests()
/external/android-clat/
Dclatd_test.cpp816 arc4random_buf(&myaddr->s6_addr[8], 8); in gen_random_iid()
/external/rust/crates/libc/src/
Dwasi.rs704 pub fn arc4random_buf(a: *mut c_void, b: size_t); in arc4random_buf() function

12