| /freebsd-12.1/contrib/libevent/ |
| H A 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()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A 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()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A 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-12.1/lib/libc/tests/gen/ |
| H A D | arc4random_test.c | 65 arc4random_buf(&c, 1); in ATF_TC_BODY() 71 arc4random_buf(page->childbuf, BUFSIZE); in ATF_TC_BODY() 76 arc4random_buf(page->parentbuf, BUFSIZE); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_random.c | 54 static void arc4random_buf(void *, size_t); 96 arc4random_buf(buf, nbytes); in archive_random() 259 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
| /freebsd-12.1/tools/regression/include/stdatomic/ |
| H A D | logic.c | 54 arc4random_buf(&v, sizeof(v)); in rndnum() 102 arc4random_buf(&cmp, sizeof(cmp)); \
|
| /freebsd-12.1/sys/crypto/libsodium/ |
| H A D | randombytes.c | 12 arc4random_buf(buf, size); in randombytes_buf()
|
| /freebsd-12.1/lib/libcasper/services/cap_random/ |
| H A D | cap_random.h | 46 arc4random_buf(buf, nbytes); in cap_random_buf()
|
| H A D | cap_random.c | 112 arc4random_buf(data, size); in random_command()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | crypto_api.h | 21 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
|
| H A D | kexc25519.c | 58 arc4random_buf(key, CURVE25519_SIZE); in kexc25519_keygen()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | arc4random.c | 252 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 264 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
| H A D | openbsd-compat.h | 213 void arc4random_buf(void *, size_t);
|
| /freebsd-12.1/lib/libc/stdlib/ |
| H A D | hcreate_r.c | 58 arc4random_buf(&hsearch->offset_basis, sizeof(hsearch->offset_basis)); in hcreate_r()
|
| /freebsd-12.1/usr.sbin/iscsid/ |
| H A D | chap.c | 244 arc4random_buf(chap->chap_challenge, sizeof(chap->chap_challenge)); in chap_new() 245 arc4random_buf(&chap->chap_id, sizeof(chap->chap_id)); in chap_new()
|
| /freebsd-12.1/usr.sbin/ctld/ |
| H A D | chap.c | 244 arc4random_buf(chap->chap_challenge, sizeof(chap->chap_challenge)); in chap_new() 245 arc4random_buf(&chap->chap_id, sizeof(chap->chap_id)); in chap_new()
|
| /freebsd-12.1/sys/teken/stress/ |
| H A D | teken_stress.c | 111 arc4random_buf(buf, sizeof buf); in main()
|
| /freebsd-12.1/lib/libc/tests/stdlib/ |
| H A D | tsearch_test.c | 82 arc4random_buf(random_state, sizeof(random_state)); in ATF_TC_BODY()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fuzz.c | 112 arc4random_buf(&r, sizeof(r)); in sshbuf_fuzz_tests()
|
| /freebsd-12.1/lib/libpam/modules/pam_lastlog/ |
| H A D | pam_lastlog.c | 128 arc4random_buf(id, sizeof utl.ut_id); in pam_sm_open_session()
|
| /freebsd-12.1/lib/geom/eli/ |
| H A D | geom_eli.c | 892 arc4random_buf(md.md_salt, sizeof(md.md_salt)); in eli_init() 893 arc4random_buf(md.md_mkeys, sizeof(md.md_mkeys)); in eli_init() 1444 arc4random_buf(md.md_mkeys, sizeof(md.md_mkeys)); in eli_delkey_detached() 1468 arc4random_buf(mkeydst, G_ELI_MKEYLEN); in eli_delkey_detached() 1560 arc4random_buf(sector, size); in eli_trash_metadata()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | arc4random.c | 199 arc4random_buf(void *buf, size_t n) in arc4random_buf() function
|
| /freebsd-12.1/sys/libkern/ |
| H A D | arc4random.c | 199 arc4random_buf(void *ptr, size_t len) in arc4random_buf() function
|
| /freebsd-12.1/tools/tools/sortbench/ |
| H A D | sort_bench.c | 104 arc4random_buf(array, size); in rand_bench()
|
| /freebsd-12.1/sbin/ifconfig/ |
| H A D | af_link.c | 151 arc4random_buf(&sdl.sdl_data, ETHER_ADDR_LEN); in link_getaddr()
|