| /freebsd-14.2/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fuzz.c | 49 r = arc4random_uniform(10); in sshbuf_fuzz_tests() 52 r = arc4random_uniform(10); in sshbuf_fuzz_tests() 67 memset(dp, arc4random_uniform(255) + 1, r); in sshbuf_fuzz_tests() 71 r = arc4random_uniform(8 * 1024); in sshbuf_fuzz_tests() 75 r = arc4random_uniform(10); in sshbuf_fuzz_tests() 93 r = arc4random_uniform(2 * 1024); in sshbuf_fuzz_tests() 97 r = arc4random_uniform(16 * 1024); in sshbuf_fuzz_tests() 104 if (arc4random_uniform(8192) == 0) { in sshbuf_fuzz_tests()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | random.h | 111 return (arc4random_uniform(max)); in get_random_u32_below() 126 return (arc4random_uniform(max)); in prandom_u32_max()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | arc4random_uniform.c | 33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| /freebsd-14.2/sys/libkern/ |
| H A D | arc4random_uniform.c | 33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| /freebsd-14.2/contrib/unbound/compat/ |
| H A D | arc4random_uniform.c | 34 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | arc4random_uniform.c | 40 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
|
| H A D | bindresvport.c | 94 port = arc4random_uniform(NPORTS) + STARTPORT; in bindresvport_sa()
|
| H A D | mktemp.c | 95 r = arc4random_uniform(NUM_CHARS); in mktemp_internal()
|
| H A D | Makefile.in | 21 arc4random_uniform.o \
|
| H A D | openbsd-compat.h | 241 uint32_t arc4random_uniform(uint32_t);
|
| /freebsd-14.2/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 65 unsigned arc4random_uniform(unsigned);
|
| /freebsd-14.2/tests/sys/netinet/ |
| H A D | ip_reass_test.c | 207 ipid = arc4random_uniform(UINT16_MAX + 1); in ATF_TC_BODY() 287 ipid = arc4random_uniform(UINT16_MAX + 1); in ATF_TC_BODY() 337 ipid = arc4random_uniform(UINT16_MAX + 1); in ATF_TC_BODY()
|
| /freebsd-14.2/usr.bin/fortune/fortune/ |
| H A D | fortune.c | 957 choice = arc4random_uniform(100); in get_fort() 978 choice = arc4random_uniform(Noprob_tbl.str_numstr); in get_fort() 1019 choice = arc4random_uniform(parent->num_children); in pick_child() 1029 choice = arc4random_uniform(parent->tbl.str_numstr); in pick_child() 1111 fp->pos = arc4random_uniform(fp->tbl.str_numstr); in get_pos() 1118 fp->pos = arc4random_uniform(fp->tbl.str_numstr); in get_pos()
|
| /freebsd-14.2/usr.bin/random/ |
| H A D | random.c | 160 return (arc4random_uniform(denom)); in main()
|
| H A D | randomize_fd.c | 213 selected = arc4random_uniform(numnode); in randomize_fd()
|
| /freebsd-14.2/tests/sys/sys/ |
| H A D | splay_test.c | 72 tmp->key = arc4random_uniform(MAX-MIN); in ATF_TC_BODY()
|
| H A D | arb_test.c | 76 tmp->key = arc4random_uniform(MAX-MIN); in ATF_TC_BODY()
|
| H A D | rb_test.c | 74 j = i + arc4random_uniform(ITER - i); in ATF_TC_BODY()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | sendfile4.sh | 125 written = arc4random_uniform(written) + 1;
|
| H A D | sendfile5.sh | 148 written = arc4random_uniform(written) + 1;
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | random.c | 105 return (long)arc4random_uniform((uint32_t)x); in ub_random_max()
|
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | mktemp.c | 147 rand = arc4random_uniform(sizeof(padchar) - 1); in _gettemp()
|
| /freebsd-14.2/lib/libunbound/ |
| H A D | config.h | 1463 uint32_t arc4random_uniform(uint32_t upper_bound); 1475 uint32_t arc4random_uniform(uint32_t upper_bound);
|
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | dns_utils.c | 99 chosen[i] = arc4random_uniform(d[i]->weight * 100 / in compute_weight()
|
| /freebsd-14.2/include/ |
| H A D | stdlib.h | 265 arc4random_uniform(__uint32_t);
|