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

12

/freebsd-10.1-release/tools/regression/lib/libc/gen/
H A Dtest-arc4random.c45 * Test whether arc4random_buf() returns the same sequence of bytes in both
65 arc4random_buf(&c, 1);
74 arc4random_buf(page->childbuf, BUFSIZE);
79 arc4random_buf(page->parentbuf, BUFSIZE);
/freebsd-10.1-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-10.1-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));
/freebsd-10.1-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
/freebsd-10.1-release/tools/regression/include/stdatomic/
H A Dlogic.c54 arc4random_buf(&v, sizeof(v));
102 arc4random_buf(&cmp, sizeof(cmp)); \
/freebsd-10.1-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-10.1-release/sys/teken/stress/
H A Dteken_stress.c109 arc4random_buf(buf, sizeof buf);
/freebsd-10.1-release/contrib/openbsm/bin/auditdistd/
H A Dsubr.c161 arc4random_buf(buf, size);
/freebsd-10.1-release/include/
H A Dstdlib.h256 void arc4random_buf(void *, size_t);
/freebsd-10.1-release/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c126 arc4random_buf(id, sizeof utl.ut_id);
/freebsd-10.1-release/lib/libc/gen/
H A Darc4random.c247 arc4random_buf(void *_buf, size_t n) function
H A DSymbol.map317 arc4random_buf;
H A DMakefile.inc298 arc4random.3 arc4random_buf.3 \
/freebsd-10.1-release/sbin/geom/class/eli/
H A Dgeom_eli.c804 arc4random_buf(md.md_salt, sizeof(md.md_salt));
805 arc4random_buf(md.md_mkeys, sizeof(md.md_mkeys));
1137 arc4random_buf(md.md_mkeys, sizeof(md.md_mkeys));
1161 arc4random_buf(mkeydst, G_ELI_MKEYLEN);
1253 arc4random_buf(sector, size);
/freebsd-10.1-release/sbin/swapon/
H A Dswapon.c272 arc4random_buf(bpass, sizeof(bpass));
/freebsd-10.1-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-10.1-release/contrib/ntp/ntpd/
H A Dntp_crypto.c3921 arc4random_buf(&seed, sizeof(l_fp));
/freebsd-10.1-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

Completed in 226 milliseconds

12