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

12

/freebsd-10.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-10.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
/freebsd-10.3-release/crypto/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.c233 arc4random_buf(rnd, sizeof(rnd));
H A Dsshd.c413 arc4random_buf(sensitive_data.ssh1_cookie, SSH_SESSION_KEY_LENGTH);
641 arc4random_buf(rnd, sizeof(rnd));
782 arc4random_buf(rnd, sizeof(rnd));
1463 arc4random_buf(rnd, sizeof(rnd));
2437 arc4random_buf(cookie, sizeof(cookie));
2516 arc4random_buf(fake_key_bytes, fake_key_len);
H A Dkex.c445 arc4random_buf(cookie, KEX_COOKIE_LEN);
/freebsd-10.3-release/lib/libc/tests/gen/
H A Darc4random_test.c48 * Test whether arc4random_buf() returns the same sequence of bytes in both
65 arc4random_buf(&c, 1);
71 arc4random_buf(page->childbuf, BUFSIZE);
76 arc4random_buf(page->parentbuf, BUFSIZE);
/freebsd-10.3-release/tools/regression/include/stdatomic/
H A Dlogic.c54 arc4random_buf(&v, sizeof(v));
102 arc4random_buf(&cmp, sizeof(cmp)); \
/freebsd-10.3-release/sys/teken/stress/
H A Dteken_stress.c109 arc4random_buf(buf, sizeof buf);
/freebsd-10.3-release/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fuzz.c111 /* use arc4random_buf for r > 2^32 on 64 bit */
112 arc4random_buf(&r, sizeof(r));
/freebsd-10.3-release/crypto/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.h191 void arc4random_buf(void *, size_t);
/freebsd-10.3-release/usr.sbin/ctld/
H A Dchap.c242 arc4random_buf(chap->chap_challenge, sizeof(chap->chap_challenge));
243 arc4random_buf(&chap->chap_id, sizeof(chap->chap_id));
/freebsd-10.3-release/usr.sbin/iscsid/
H A Dchap.c242 arc4random_buf(chap->chap_challenge, sizeof(chap->chap_challenge));
243 arc4random_buf(&chap->chap_id, sizeof(chap->chap_id));
/freebsd-10.3-release/contrib/openbsm/bin/auditdistd/
H A Dsubr.c159 arc4random_buf(buf, size);
/freebsd-10.3-release/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c126 arc4random_buf(id, sizeof utl.ut_id);
/freebsd-10.3-release/include/
H A Dstdlib.h256 void arc4random_buf(void *, size_t);
/freebsd-10.3-release/contrib/unbound/compat/
H A Darc4random.c228 arc4random_buf(void *buf, size_t n) function
/freebsd-10.3-release/lib/libc/gen/
H A Darc4random.c247 arc4random_buf(void *_buf, size_t n) function
H A DMakefile.inc299 arc4random.3 arc4random_buf.3 \
/freebsd-10.3-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.3-release/contrib/unbound/
H A Dconfig.h1002 void arc4random_buf(void* buf, size_t n);
/freebsd-10.3-release/sbin/swapon/
H A Dswapon.c272 arc4random_buf(bpass, sizeof(bpass));

Completed in 143 milliseconds

12