Searched refs:arc4random_uniform (Results 1 – 12 of 12) sorted by relevance
45 r = arc4random_uniform(10); in sshbuf_fuzz_tests()48 r = arc4random_uniform(10); in sshbuf_fuzz_tests()63 memset(dp, arc4random_uniform(255) + 1, r); in sshbuf_fuzz_tests()67 r = arc4random_uniform(8 * 1024); in sshbuf_fuzz_tests()71 r = arc4random_uniform(10); in sshbuf_fuzz_tests()89 r = arc4random_uniform(2 * 1024); in sshbuf_fuzz_tests()93 r = arc4random_uniform(16 * 1024); in sshbuf_fuzz_tests()100 if (arc4random_uniform(8192) == 0) { in sshbuf_fuzz_tests()
93 port = arc4random_uniform(NPORTS) + STARTPORT; in bindresvport_sa()
72 r = arc4random_uniform(NUM_CHARS); in mktemp_internal()
196 u_int32_t arc4random_uniform(u_int32_t);
282 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform() function
189 which = arc4random_uniform(bestcount); in choose_dh()
910 r = arc4random_uniform(100);
1278 r = arc4random_uniform(26+26+10); in muxserver_listen()
189 /* Define to 1 if you have the `arc4random_uniform' function. */
2894 arc4random_uniform \
13306 arc4random_uniform \
523 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() function