/external/libevent/ |
D | evutil_rand.c | 75 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()
|
D | arc4random.c | 488 arc4random_buf(void *buf_, size_t n) in arc4random_buf() function
|
D | ChangeLog | 1006 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 …
|
D | event-config.h.cmake | 53 /* Define to 1 if you have the `arc4random_buf' function. */
|
D | config.h.in | 24 /* Define to 1 if you have the `arc4random_buf' function. */
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | arc4random.cpp | 42 arc4random_buf(buf, sizeof(buf)); in test_arc4random_buf10() 52 arc4random_buf(buf, sizeof(buf)); in test_arc4random_buf256()
|
/external/openssh/ |
D | entropy.c | 246 arc4random_buf(buf, sizeof(buf)); in seed_rng() 262 arc4random_buf(buf, sizeof(buf)); in seed_rng()
|
D | crypto_api.h | 25 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
|
D | kexc25519.c | 54 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
|
D | ssh-add.c | 444 arc4random_buf(data, sizeof(data)); in test_key()
|
D | hostfile.c | 131 arc4random_buf(salt, len); in host_hash()
|
D | ssh-sk.c | 477 arc4random_buf(randchall, sizeof(randchall)); in sshsk_enroll()
|
D | sshd.c | 432 arc4random_buf(rnd, sizeof(rnd)); /* let arc4random notice PID change */ in reseed_prngs() 1342 arc4random_buf(rnd, sizeof(rnd));
|
/external/expat/ |
D | configure.ac | 159 [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.])
|
D | ConfigureChecks.cmake | 30 check_symbol_exists("arc4random_buf" "${_bsd}stdlib.h" HAVE_ARC4RANDOM_BUF)
|
D | expat_config.h.cmake | 9 /* Define to 1 if you have the `arc4random_buf' function. */
|
D | expat_config.h.in | 12 /* Define to 1 if you have the `arc4random_buf' function. */
|
D | README.md | 257 // utilize libbsd (for arc4random_buf)
|
/external/openssh/openbsd-compat/ |
D | arc4random.c | 252 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 264 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
D | openbsd-compat.h | 214 void arc4random_buf(void *, size_t);
|
/external/usrsctp/usrsctplib/ |
D | user_environment.c | 80 arc4random_buf(buf, count); in read_random_phony()
|
/external/expat/patches/ |
D | config.diff | 14 /* Define to 1 if you have the `arc4random_buf' function. */
|
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf_fuzz.c | 117 arc4random_buf(&r, sizeof(r)); in sshbuf_fuzz_tests()
|
/external/android-clat/ |
D | clatd_test.cpp | 816 arc4random_buf(&myaddr->s6_addr[8], 8); in gen_random_iid()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 704 pub fn arc4random_buf(a: *mut c_void, b: size_t); in arc4random_buf() function
|