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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_crypto_rnd.c30 arc4random_buf(void *buf, size_t nbytes);
36 arc4random_buf(void *buf, size_t nbytes) function
111 arc4random_buf(buf, nbytes);
/freebsd-9.3-release/crypto/openssh/
H A Dcrypto_api.h19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
H A Dkexc25519.c57 arc4random_buf(key, CURVE25519_SIZE);
H A Dsshd.c412 arc4random_buf(sensitive_data.ssh1_cookie, SSH_SESSION_KEY_LENGTH);
641 arc4random_buf(rnd, sizeof(rnd));
776 arc4random_buf(rnd, sizeof(rnd));
1388 arc4random_buf(rnd, sizeof(rnd));
2321 arc4random_buf(cookie, sizeof(cookie));
H A Dauthfile.c126 arc4random_buf(salt, SALT_LEN);
H A Dkey.c2004 arc4random_buf(&nonce, sizeof(nonce));
H A Dconfigure10352 arc4random_buf \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil_rand.c75 arc4random_buf(buf, n);
81 /* OSX 10.7 introducd arc4random_buf, so if you build your program
89 (void (*)(void*,size_t))arc4random_buf;
91 arc4random_buf(buf, n);
184 arc4random_buf(buf, n);
H A Darc4random.c498 arc4random_buf(void *buf_, size_t n) function
H A Dconfigure13557 arc4random_buf \
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Darc4random.c204 * arc4random_buf().
208 arc4random_buf(void *buf, size_t n) function
217 /* arc4random_buf() that uses platform arc4random() */
220 arc4random_buf(void *_buf, size_t n) function
H A Dopenbsd-compat.h177 void arc4random_buf(void *, size_t);
/freebsd-9.3-release/sys/teken/stress/
H A Dteken_stress.c109 arc4random_buf(buf, sizeof buf);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsubr.c161 arc4random_buf(buf, size);
/freebsd-9.3-release/include/
H A Dstdlib.h255 void arc4random_buf(void *, size_t);
/freebsd-9.3-release/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c128 arc4random_buf(id, sizeof utl.ut_id);
/freebsd-9.3-release/lib/libc/gen/
H A Darc4random.c248 arc4random_buf(void *_buf, size_t n) function
H A DMakefile.inc93 arc4random.3 arc4random_buf.3 arc4random.3 arc4random_uniform.3
H A DSymbol.map316 arc4random_buf;
/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c929 arc4random_buf(res->hr_token, sizeof(res->hr_token));
H A Dprimary.c515 arc4random_buf(&res->hr_resuid, sizeof(res->hr_resuid));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c3921 arc4random_buf(&seed, sizeof(l_fp));
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure13320 for ac_func in arc4random arc4random_buf bzero cap_enter clock_gettime closefrom faccessat fdopendir fstatat ftruncate getresgid getresuid gettimeofday inet_ntoa jail kqueue memset openat pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_mutex_lock renameat setproctitle sigtimedwait strchr strerror strlcat strlcpy strndup strrchr strstr strtol strtoul unlinkat vis
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c3301 arc4random_buf(pf_tcp_secret, sizeof(pf_tcp_secret));
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure31026 for ac_func in arc4random_buf
31028 ac_fn_c_check_func "$LINENO" "arc4random_buf" "ac_cv_func_arc4random_buf"
[all...]

Completed in 373 milliseconds