Home
last modified time | relevance | path

Searched refs:arc4random_buf (Results 1 – 25 of 38) 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()
184 arc4random_buf(buf, n); in ev_arc4random_buf()
Darc4random.c498 arc4random_buf(void *buf_, size_t n) in arc4random_buf() function
DChangeLog693 o We should return after arc4random_buf() (1ea1f26 Makoto Kato)
697 o Fix another arc4random_buf-related warning (e64a2b0)
720 o Fix a compiler warning when checking for arc4random_buf linker
1087 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)
1088 o Fix another arc4random_buf-related warning (e64a2b0)
1147 o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel)
1148 o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn)
1342 …o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell …
Dconfig.h.in18 /* Define to 1 if you have the `arc4random_buf' function. */
/external/expat/
Dconfigure.ac114 AS_HELP_STRING([--with-libbsd], [utilize libbsd (for arc4random_buf)])
117 AC_CHECK_LIB([bsd], [arc4random_buf], [], [
123 AC_MSG_CHECKING([for arc4random_buf (BSD or libbsd)])
125 #include <stdlib.h> /* for arc4random_buf on BSD, for NULL */
130 arc4random_buf(NULL, 0U);
135 [Define to 1 if you have the `arc4random_buf' function.])
DConfigureChecks.cmake32 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.in9 /* Define to 1 if you have the `arc4random_buf' function. */
DCMakeLists.txt36 option(USE_libbsd "utilize libbsd (for arc4random_buf)" OFF)
DChanges109 option USE_libbsd=ON to use arc4random_buf of libbsd
236 * arc4random_buf on BSD, systems with libbsd
/external/openssh/
Dcrypto_api.h19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
Dkexc25519.c58 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
Dssh-keysign.c233 arc4random_buf(rnd, sizeof(rnd)); in main()
Dsshconnect1.c572 arc4random_buf(session_key, sizeof(session_key)); in ssh_kex()
Dsshd.c528 arc4random_buf(rnd, sizeof(rnd)); /* let arc4random notice PID change */ in reseed_prngs()
1346 arc4random_buf(rnd, sizeof(rnd));
Dhostfile.c132 arc4random_buf(salt, len); in host_hash()
Dkex.c465 arc4random_buf(cookie, KEX_COOKIE_LEN); in kex_send_kexinit()
Dsshkey.c2406 arc4random_buf(&nonce, sizeof(nonce)); in sshkey_certify()
3084 arc4random_buf(salt, SALT_LEN); in sshkey_private_to_blob2()
3441 arc4random_buf(cp, 2); in sshkey_private_rsa1_to_blob()
Dssh-agent.c715 arc4random_buf(lock_salt, sizeof(lock_salt)); in process_lock_agent()
Dpacket.c889 arc4random_buf(cp + 8 - padding, padding); in ssh_packet_send1()
1230 arc4random_buf(cp, padlen); in ssh_packet_send2_wrapped()
/external/openssh/openbsd-compat/
Darc4random.c242 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
254 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
Dopenbsd-compat.h192 void arc4random_buf(void *, size_t);
/external/expat/patches/
Dconfig.diff14 /* Define to 1 if you have the `arc4random_buf' function. */
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c112 arc4random_buf(&r, sizeof(r)); in sshbuf_fuzz_tests()
/external/android-clat/
Dconfig.c209 arc4random_buf(&myaddr->s6_addr[8], 8); in gen_random_iid()

12