/freebsd/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() 182 arc4random_buf(buf, n); in ev_arc4random_buf()
|
/freebsd/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() 182 arc4random_buf(buf, n); in ev_arc4random_buf()
|
/freebsd/lib/libc/tests/gen/ |
H A D | arc4random_test.c | 64 arc4random_buf(&c, 1); in ATF_TC_BODY() 70 arc4random_buf(page->childbuf, BUFSIZE); in ATF_TC_BODY() 75 arc4random_buf(page->parentbuf, BUFSIZE); in ATF_TC_BODY()
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_stdlib_test.c | 60 arc4random_buf(target, sizeof(target)); in new_symlink() 182 arc4random_buf(__stack.__buf, __len); in ATF_TC_BODY() 203 arc4random_buf(__stack.__buf, __len); in ATF_TC_BODY() 226 arc4random_buf(__stack.__buf, __len); in ATF_TC_BODY() 249 arc4random_buf(__stack.__buf, __len); in ATF_TC_BODY() 281 arc4random_buf(__stack.__buf, __len); in ATF_TC_BODY()
|
/freebsd/crypto/openssh/ |
H A D | entropy.c | 89 arc4random_buf(buf, sizeof(buf)); in seed_rng() 105 arc4random_buf(buf, sizeof(buf)); in seed_rng()
|
H A D | crypto_api.h | 27 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | arc4random.c | 226 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 232 DEF_WEAK(arc4random_buf); 239 arc4random_buf(void *_buf, size_t n) in arc4random_buf() function
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | unaligned_io.c | 86 arc4random_buf(buf1, bufsz); in main() 118 arc4random_buf(buf1, bufsz); in main()
|
/freebsd/tools/regression/include/stdatomic/ |
H A D | logic.c | 52 arc4random_buf(&v, sizeof(v)); in rndnum() 100 arc4random_buf(&cmp, sizeof(cmp)); \
|
/freebsd/tools/test/stress2/misc/ |
H A D | sigreturn3.sh | 86 arc4random_buf(r, sizeof(r)); 99 arc4random_buf(r, sizeof(r));
|
H A D | setrlimit.sh | 86 arc4random_buf(&limit, sizeof(limit)); 104 arc4random_buf(&pos, sizeof(pos));
|
/freebsd/sys/crypto/libsodium/ |
H A D | randombytes.c | 11 arc4random_buf(buf, size); in randombytes_buf()
|
/freebsd/secure/lib/libpkgecc/ |
H A D | pkg_libecc_rand.c | 20 arc4random_buf(buf, len); in get_random()
|
/freebsd/sys/dev/wg/ |
H A D | wg_cookie.c | 149 arc4random_buf(nonce, COOKIE_NONCE_SIZE); in cookie_checker_create_payload() 318 arc4random_buf(cc->cc_secret, COOKIE_SECRET_SIZE); in make_cookie() 340 arc4random_buf(cookie, COOKIE_COOKIE_SIZE); in make_cookie() 350 arc4random_buf(rl->rl_secret, sizeof(rl->rl_secret)); in ratelimit_init()
|
/freebsd/include/ssp/ |
H A D | stdlib.h | 38 __ssp_redirect(void, arc4random_buf, (void *__buf, size_t __len),
|
/freebsd/sys/crypto/ |
H A D | curve25519.h | 54 arc4random_buf(secret, CURVE25519_KEY_SIZE); in curve25519_generate_secret()
|
/freebsd/lib/libc/stdlib/ |
H A D | hcreate_r.c | 55 arc4random_buf(&hsearch->offset_basis, sizeof(hsearch->offset_basis)); in hcreate_r()
|
/freebsd/usr.bin/random/ |
H A D | randomize_fd.h | 65 arc4random_buf(&rand64, sizeof(rand64)); in random_unit_float()
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 64 void arc4random_buf(void *, size_t);
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_crypto_rnd.c | 110 arc4random_buf(buf, nbytes); in ntp_crypto_random_buf()
|
/freebsd/sys/arm64/arm64/ |
H A D | vm_machdep.c | 125 arc4random_buf(&td2->td_md.md_canary, sizeof(td2->td_md.md_canary)); in cpu_fork() 194 arc4random_buf(&td->td_md.md_canary, sizeof(td->td_md.md_canary)); in cpu_copy_thread()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | sntrup761_enc_fuzz.cc | 33 arc4random_buf(ptr, l); in randombytes()
|
H A D | sntrup761_dec_fuzz.cc | 33 arc4random_buf(ptr, l); in randombytes()
|
/freebsd/contrib/libfido2/src/ |
H A D | random.c | 47 arc4random_buf(buf, len); in fido_get_random()
|
/freebsd/lib/libiscsiutil/ |
H A D | chap.c | 239 arc4random_buf(chap->chap_challenge, sizeof(chap->chap_challenge)); in chap_new() 240 arc4random_buf(&chap->chap_id, sizeof(chap->chap_id)); in chap_new()
|