| /freebsd-9-stable/contrib/ntp/sntp/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() 184 arc4random_buf(buf, n); in ev_arc4random_buf()
|
| D | arc4random.c | 498 arc4random_buf(void *buf_, size_t n) in arc4random_buf() function
|
| D | ChangeLog | 246 o We should return after arc4random_buf() (1ea1f26 Makoto Kato) 250 o Fix another arc4random_buf-related warning (e64a2b0) 273 o Fix a compiler warning when checking for arc4random_buf linker 640 o Fix a compiler warning when checking for arc4random_buf linker breakage. (5cb3865) 641 o Fix another arc4random_buf-related warning (e64a2b0) 700 o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel) 701 o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn) 895 …o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell …
|
| D | config.h.in | 18 /* Define to 1 if you have the `arc4random_buf' function. */
|
| D | configure.ac | 337 arc4random_buf \
|
| D | ChangeLog-2.0 | 31 o check for arc4random_buf at runtime, on OS X (bff5f94 Greg Hazel) 32 o Correctly check for arc4random_buf (fcec3e8 Sebastian Hahn) 226 …o Allow OS-neutral builds for platforms where some versions have arc4random_buf (b442302 Mitchell … 954 o Make RNG work when we have arc4random() but not arc4random_buf() (4ec8fea)
|
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | ntp_crypto_rnd.c | 30 arc4random_buf(void *buf, size_t nbytes); 36 arc4random_buf(void *buf, size_t nbytes) in arc4random_buf() function 111 arc4random_buf(buf, nbytes); in ntp_crypto_random_buf()
|
| /freebsd-9-stable/crypto/openssh/openbsd-compat/ |
| D | arc4random.c | 208 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 220 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
| D | openbsd-compat.h | 177 void arc4random_buf(void *, size_t);
|
| /freebsd-9-stable/crypto/openssh/ |
| D | crypto_api.h | 19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
|
| D | kexc25519.c | 57 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
|
| D | sshd.c | 412 arc4random_buf(sensitive_data.ssh1_cookie, SSH_SESSION_KEY_LENGTH); in generate_ephemeral_server_key() 641 arc4random_buf(rnd, sizeof(rnd)); in privsep_preauth_child() 776 arc4random_buf(rnd, sizeof(rnd)); 1388 arc4random_buf(rnd, sizeof(rnd)); 2321 arc4random_buf(cookie, sizeof(cookie));
|
| D | authfile.c | 126 arc4random_buf(salt, SALT_LEN); in key_private_to_blob2()
|
| /freebsd-9-stable/sys/teken/stress/ |
| D | teken_stress.c | 109 arc4random_buf(buf, sizeof buf); in main()
|
| /freebsd-9-stable/lib/libpam/modules/pam_lastlog/ |
| D | pam_lastlog.c | 126 arc4random_buf(id, sizeof utl.ut_id); in pam_sm_open_session()
|
| /freebsd-9-stable/include/ |
| D | stdlib.h | 255 void arc4random_buf(void *, size_t);
|
| /freebsd-9-stable/contrib/openbsm/bin/auditdistd/ |
| D | subr.c | 161 arc4random_buf(buf, size); in adist_random()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | arc4random.c | 247 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
| D | Symbol.map | 316 arc4random_buf;
|
| D | Makefile.inc | 93 arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3
|
| /freebsd-9-stable/bin/ed/ |
| D | cbc.c | 105 arc4random_buf(pvec, sizeof(pvec)); in init_des_cipher()
|
| /freebsd-9-stable/contrib/openbsm/ |
| D | configure.ac | 103 AC_CHECK_FUNCS([arc4random arc4random_buf bzero cap_enter clock_gettime closefrom faccessat fdopend…
|
| /freebsd-9-stable/contrib/openbsm/config/ |
| D | config.h.in | 9 /* Define to 1 if you have the `arc4random_buf' function. */
|
| /freebsd-9-stable/sbin/hastd/ |
| D | hastd.c | 929 arc4random_buf(res->hr_token, sizeof(res->hr_token)); in listen_accept()
|
| D | primary.c | 515 arc4random_buf(&res->hr_resuid, sizeof(res->hr_resuid)); in init_resuid()
|