Home
last modified time | relevance | path

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

/external/libevent/
Devutil_rand.c68 return arc4random_buf(buf, n); in ev_arc4random_buf()
81 (void (*)(void*,size_t))arc4random_buf; in ev_arc4random_buf()
83 return arc4random_buf(buf, n); in ev_arc4random_buf()
163 arc4random_buf(buf, n); in ev_arc4random_buf()
Darc4random.c497 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
Dconfig.h.in15 /* Define to 1 if you have the `arc4random_buf' function. */
DChangeLog18 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865)
19 o Fix another arc4random_buf-related warning (e64a2b0)
95 o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel)
96 o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn)
290 …o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell …
1018 o Make RNG work when we have arc4random() but not arc4random_buf() (4ec8fea)
Dconfigure.ac293 …ction strtoll inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid gete…
/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.c512 arc4random_buf(rnd, sizeof(rnd)); /* let arc4random notice PID change */ in reseed_prngs()
1295 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()
Dclientloop.c447 arc4random_buf(rnd, sizeof(rnd)); in client_x11_get_proto()
Dconfig.h.in183 /* Define to 1 if you have the `arc4random_buf' function. */
Dchannels.c4639 arc4random_buf(x11_fake_data, data_len);
DChangeLog2342 arc4random_buf().
2355 replace two arc4random loops with arc4random_buf ok
Dconfigure.ac2892 arc4random_buf \
Dconfigure13304 arc4random_buf \
/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/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c112 arc4random_buf(&r, sizeof(r)); in sshbuf_fuzz_tests()
/external/android-clat/
Dconfig.c201 arc4random_buf(&myaddr->s6_addr[8], 8); in gen_random_iid()