Searched refs:arc4random_uniform (Results 1 – 14 of 14) sorted by relevance
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()
32 auto i = arc4random_uniform(1024); in test_arc4random_uniform()
93 port = arc4random_uniform(NPORTS) + STARTPORT; in bindresvport_sa()
72 r = arc4random_uniform(NUM_CHARS); in mktemp_internal()
218 u_int32_t arc4random_uniform(u_int32_t);
292 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform() function
51 u_int32_t randomRoomSuffix = arc4random_uniform(1000);
191 which = arc4random_uniform(bestcount); in choose_dh()
847 r = arc4random_uniform(100);
1308 r = arc4random_uniform(26+26+10); in muxserver_listen()
3188 arc4random_uniform \
513 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() function
79 OCMStub([frameMock timeStampNs]).andReturn(arc4random_uniform(INT_MAX));
705 pub fn arc4random_uniform(a: u32) -> u32; in arc4random_uniform() function