Home
last modified time | relevance | path

Searched refs:arc4random_uniform (Results 1 – 12 of 12) sorted by relevance

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c45 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()
/external/openssh/openbsd-compat/
Dbindresvport.c93 port = arc4random_uniform(NPORTS) + STARTPORT; in bindresvport_sa()
Dmktemp.c72 r = arc4random_uniform(NUM_CHARS); in mktemp_internal()
Dopenbsd-compat.h196 u_int32_t arc4random_uniform(u_int32_t);
Darc4random.c282 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform() function
/external/openssh/
Ddh.c189 which = arc4random_uniform(bestcount); in choose_dh()
Dsshd.c910 r = arc4random_uniform(100);
Dmux.c1278 r = arc4random_uniform(26+26+10); in muxserver_listen()
Dconfig.h.in189 /* Define to 1 if you have the `arc4random_uniform' function. */
Dconfigure.ac2894 arc4random_uniform \
Dconfigure13306 arc4random_uniform \
/external/libevent/
Darc4random.c523 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() function