| /freebsd-13.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fuzz.c | 50 r = arc4random_uniform(10); in sshbuf_fuzz_tests() 53 r = arc4random_uniform(10); in sshbuf_fuzz_tests() 68 memset(dp, arc4random_uniform(255) + 1, r); in sshbuf_fuzz_tests() 72 r = arc4random_uniform(8 * 1024); in sshbuf_fuzz_tests() 76 r = arc4random_uniform(10); in sshbuf_fuzz_tests() 94 r = arc4random_uniform(2 * 1024); in sshbuf_fuzz_tests() 98 r = arc4random_uniform(16 * 1024); in sshbuf_fuzz_tests() 105 if (arc4random_uniform(8192) == 0) { in sshbuf_fuzz_tests()
|
| /freebsd-13.1/contrib/unbound/compat/ |
| H A D | arc4random_uniform.c | 34 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| /freebsd-13.1/sys/libkern/ |
| H A D | arc4random_uniform.c | 35 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | arc4random_uniform.c | 35 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| H A D | Makefile.inc | 22 arc4random_uniform.c \ 335 arc4random.3 arc4random_uniform.3
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | random.h | 78 return (arc4random_uniform(max)); in prandom_u32_max()
|
| /freebsd-13.1/tests/sys/netinet/ |
| H A D | ip_reass_test.c | 209 ipid = arc4random_uniform(UINT16_MAX + 1); in ATF_TC_BODY() 289 ipid = arc4random_uniform(UINT16_MAX + 1); in ATF_TC_BODY() 339 ipid = arc4random_uniform(UINT16_MAX + 1); in ATF_TC_BODY()
|
| /freebsd-13.1/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 69 unsigned arc4random_uniform(unsigned);
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bindresvport.c | 93 port = arc4random_uniform(NPORTS) + STARTPORT; in bindresvport_sa()
|
| H A D | mktemp.c | 72 r = arc4random_uniform(NUM_CHARS); in mktemp_internal()
|
| H A D | openbsd-compat.h | 223 u_int32_t arc4random_uniform(u_int32_t);
|
| H A D | arc4random.c | 298 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform() function
|
| /freebsd-13.1/usr.bin/fortune/fortune/ |
| H A D | fortune.c | 959 choice = arc4random_uniform(100); in get_fort() 979 choice = arc4random_uniform(Noprob_tbl.str_numstr); in get_fort() 1020 choice = arc4random_uniform(parent->num_children); in pick_child() 1030 choice = arc4random_uniform(parent->tbl.str_numstr); in pick_child() 1112 fp->pos = arc4random_uniform(fp->tbl.str_numstr); in get_pos() 1119 fp->pos = arc4random_uniform(fp->tbl.str_numstr); in get_pos()
|
| /freebsd-13.1/usr.bin/random/ |
| H A D | random.c | 162 return (arc4random_uniform(denom)); in main()
|
| H A D | randomize_fd.c | 215 selected = arc4random_uniform(numnode); in randomize_fd()
|
| /freebsd-13.1/tests/sys/sys/ |
| H A D | rb_test.c | 74 tmp->key = arc4random_uniform(MAX-MIN); in ATF_TC_BODY()
|
| H A D | splay_test.c | 74 tmp->key = arc4random_uniform(MAX-MIN); in ATF_TC_BODY()
|
| H A D | arb_test.c | 78 tmp->key = arc4random_uniform(MAX-MIN); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | random.c | 105 return (long)arc4random_uniform((uint32_t)x); in ub_random_max()
|
| /freebsd-13.1/usr.sbin/unbound/ |
| H A D | config.h | 1319 uint32_t arc4random_uniform(uint32_t upper_bound); 1331 uint32_t arc4random_uniform(uint32_t upper_bound);
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | mktemp.c | 150 rand = arc4random_uniform(sizeof(padchar) - 1); in _gettemp()
|
| /freebsd-13.1/include/ |
| H A D | stdlib.h | 266 arc4random_uniform(__uint32_t);
|
| /freebsd-13.1/usr.sbin/pkg/ |
| H A D | dns_utils.c | 101 chosen[i] = arc4random_uniform(d[i]->weight * 100 / in compute_weight()
|
| /freebsd-13.1/sbin/routed/ |
| H A D | main.c | 807 : (lo + arc4random_uniform(1 + hi - lo))); in intvl_random() 808 tp->tv_usec = arc4random_uniform(1000000); in intvl_random()
|
| /freebsd-13.1/sys/sys/ |
| H A D | libkern.h | 130 uint32_t arc4random_uniform(uint32_t);
|