Searched refs:arc4random_buf (Results 1 – 25 of 25) sorted by relevance
/external/libevent/ |
D | evutil_rand.c | 68 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()
|
D | arc4random.c | 497 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
D | config.h.in | 15 /* Define to 1 if you have the `arc4random_buf' function. */
|
D | ChangeLog | 18 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)
|
D | configure.ac | 293 …ction strtoll inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid gete…
|
/external/openssh/ |
D | crypto_api.h | 19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
|
D | kexc25519.c | 58 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
|
D | ssh-keysign.c | 233 arc4random_buf(rnd, sizeof(rnd)); in main()
|
D | sshconnect1.c | 572 arc4random_buf(session_key, sizeof(session_key)); in ssh_kex()
|
D | sshd.c | 512 arc4random_buf(rnd, sizeof(rnd)); /* let arc4random notice PID change */ in reseed_prngs() 1295 arc4random_buf(rnd, sizeof(rnd));
|
D | hostfile.c | 132 arc4random_buf(salt, len); in host_hash()
|
D | kex.c | 465 arc4random_buf(cookie, KEX_COOKIE_LEN); in kex_send_kexinit()
|
D | sshkey.c | 2406 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()
|
D | ssh-agent.c | 715 arc4random_buf(lock_salt, sizeof(lock_salt)); in process_lock_agent()
|
D | packet.c | 889 arc4random_buf(cp + 8 - padding, padding); in ssh_packet_send1() 1230 arc4random_buf(cp, padlen); in ssh_packet_send2_wrapped()
|
D | clientloop.c | 447 arc4random_buf(rnd, sizeof(rnd)); in client_x11_get_proto()
|
D | config.h.in | 183 /* Define to 1 if you have the `arc4random_buf' function. */
|
D | channels.c | 4639 arc4random_buf(x11_fake_data, data_len);
|
D | ChangeLog | 2342 arc4random_buf(). 2355 replace two arc4random loops with arc4random_buf ok
|
D | configure.ac | 2892 arc4random_buf \
|
D | configure | 13304 arc4random_buf \
|
/external/openssh/openbsd-compat/ |
D | arc4random.c | 242 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 254 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
D | openbsd-compat.h | 192 void arc4random_buf(void *, size_t);
|
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf_fuzz.c | 112 arc4random_buf(&r, sizeof(r)); in sshbuf_fuzz_tests()
|
/external/android-clat/ |
D | config.c | 201 arc4random_buf(&myaddr->s6_addr[8], 8); in gen_random_iid()
|