Searched refs:arc4random_buf (Results 1 - 14 of 14) sorted by relevance

/external/libevent/
H A Devutil_rand.c68 return arc4random_buf(buf, n);
73 /* OSX 10.7 introducd arc4random_buf, so if you build your program
81 (void (*)(void*,size_t))arc4random_buf;
83 return arc4random_buf(buf, n);
163 arc4random_buf(buf, n);
H A Darc4random.c497 arc4random_buf(void *_buf, size_t n) function
/external/openssh/
H A Dcrypto_api.h19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
H A Dkexc25519.c58 arc4random_buf(key, CURVE25519_SIZE);
H A Dssh-keysign.c226 arc4random_buf(rnd, sizeof(rnd));
H A Dsshd.c396 arc4random_buf(sensitive_data.ssh1_cookie, SSH_SESSION_KEY_LENGTH);
624 arc4random_buf(rnd, sizeof(rnd));
769 arc4random_buf(rnd, sizeof(rnd));
1440 arc4random_buf(rnd, sizeof(rnd));
2375 arc4random_buf(cookie, sizeof(cookie));
2454 arc4random_buf(fake_key_bytes, fake_key_len);
H A Dkex.c371 arc4random_buf(cookie, KEX_COOKIE_LEN);
H A Dpacket.c870 arc4random_buf(cp + 8 - padding, padding);
1132 arc4random_buf(cp, padlen);
H A Dssh-agent.c699 arc4random_buf(lock_salt, sizeof(lock_salt));
H A Dsshkey.c2400 arc4random_buf(&nonce, sizeof(nonce));
3038 arc4random_buf(salt, SALT_LEN);
3396 arc4random_buf(cp, 2);
H A Dconfigure22822 arc4random_buf \
/external/openssh/openbsd-compat/
H A Darc4random.c238 * arc4random_buf().
242 arc4random_buf(void *buf, size_t n) function
251 /* arc4random_buf() that uses platform arc4random() */
254 arc4random_buf(void *_buf, size_t n) function
H A Dopenbsd-compat.h192 void arc4random_buf(void *, size_t);
/external/android-clat/
H A Dconfig.c198 arc4random_buf(&myaddr->s6_addr[8], 8);

Completed in 325 milliseconds