| /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/crypto/openssh/ |
| H A D | entropy.c | 90 arc4random_buf(buf, sizeof(buf)); in seed_rng() 106 arc4random_buf(buf, sizeof(buf)); in seed_rng() 121 arc4random_buf(rnd, sizeof(rnd)); /* let arc4random notice PID change */ in reseed_prngs()
|
| H A D | libcrux-mlkem-mldsa.c | 41 arc4random_buf(rnd, sizeof(rnd)); in crypto_kem_mlkem768_keypair() 73 arc4random_buf(rnd, sizeof(rnd)); in crypto_kem_mlkem768_enc() 132 arc4random_buf(rnd, sizeof(rnd)); in crypto_sign_mldsa44_keypair() 164 arc4random_buf(rnd, sizeof(rnd)); in crypto_sign_mldsa44() 229 arc4random_buf(rnd, sizeof(rnd)); 261 arc4random_buf(rnd, sizeof(rnd)); 327 arc4random_buf(rnd, sizeof(rnd)); 359 arc4random_buf(rnd, sizeof(rnd));
|
| H A D | ssh-mldsa-eddsa.c | 54 arc4random_buf(mldsa_seed, sizeof(mldsa_seed)); in crypto_sign_mldsa44_ed25519_keygen() 55 arc4random_buf(ed25519_seed, sizeof(ed25519_seed)); in crypto_sign_mldsa44_ed25519_keygen() 158 arc4random_buf(mldsa_rnd, sizeof(mldsa_rnd)); in crypto_sign_mldsa44_ed25519_sign()
|
| /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/openbsd-compat/ |
| H A D | arc4random.c | 224 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 230 DEF_WEAK(arc4random_buf); 237 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/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/secure/lib/libpkgecc/ |
| H A D | pkg_libecc_rand.c | 20 arc4random_buf(buf, len); in get_random()
|
| /freebsd/sys/crypto/libsodium/ |
| H A D | randombytes.c | 11 arc4random_buf(buf, size); in randombytes_buf()
|
| /freebsd/contrib/expat/lib/ |
| H A D | random_arc4random_buf.c | 46 arc4random_buf(target, count); in writeRandomBytes_arc4random_buf()
|
| /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/tools/regression/include/stdatomic/ |
| H A D | logic.c | 157 arc4random_buf(&v, sizeof(v)); in rndnum() 205 arc4random_buf(&cmp, sizeof(cmp)); \
|
| /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/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 | 54 arc4random_buf(buf, len); in fido_get_random()
|