Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/ntp/sntp/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
DChangeLog246 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 …
Dconfig.h.in18 /* Define to 1 if you have the `arc4random_buf' function. */
Dconfigure.ac337 arc4random_buf \
DChangeLog-2.031 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/
Dntp_crypto_rnd.c30 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/
Darc4random.c208 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
220 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
Dopenbsd-compat.h177 void arc4random_buf(void *, size_t);
/freebsd-9-stable/crypto/openssh/
Dcrypto_api.h19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
Dkexc25519.c57 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
Dsshd.c412 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));
Dauthfile.c126 arc4random_buf(salt, SALT_LEN); in key_private_to_blob2()
/freebsd-9-stable/sys/teken/stress/
Dteken_stress.c109 arc4random_buf(buf, sizeof buf); in main()
/freebsd-9-stable/lib/libpam/modules/pam_lastlog/
Dpam_lastlog.c126 arc4random_buf(id, sizeof utl.ut_id); in pam_sm_open_session()
/freebsd-9-stable/include/
Dstdlib.h255 void arc4random_buf(void *, size_t);
/freebsd-9-stable/contrib/openbsm/bin/auditdistd/
Dsubr.c161 arc4random_buf(buf, size); in adist_random()
/freebsd-9-stable/lib/libc/gen/
Darc4random.c247 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
DSymbol.map316 arc4random_buf;
DMakefile.inc93 arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3
/freebsd-9-stable/bin/ed/
Dcbc.c105 arc4random_buf(pvec, sizeof(pvec)); in init_des_cipher()
/freebsd-9-stable/contrib/openbsm/
Dconfigure.ac103 AC_CHECK_FUNCS([arc4random arc4random_buf bzero cap_enter clock_gettime closefrom faccessat fdopend…
/freebsd-9-stable/contrib/openbsm/config/
Dconfig.h.in9 /* Define to 1 if you have the `arc4random_buf' function. */
/freebsd-9-stable/sbin/hastd/
Dhastd.c929 arc4random_buf(res->hr_token, sizeof(res->hr_token)); in listen_accept()
Dprimary.c515 arc4random_buf(&res->hr_resuid, sizeof(res->hr_resuid)); in init_resuid()

12