HomeSort by relevance Sort by last modified time
    Searched refs:arc4random_uniform (Results 1 - 9 of 9) sorted by null

  /external/openssh/openbsd-compat/
bindresvport.c 92 port = arc4random_uniform(NPORTS) + STARTPORT;
bsd-arc4random.c 117 arc4random_uniform(u_int32_t upper_bound) function
openbsd-compat.h 170 u_int32_t arc4random_uniform(u_int32_t);
  /bionic/libc/netbsd/resolv/
res_random.c 184 ru_x = arc4random_uniform(RU_M);
198 j = arc4random_uniform(RU_N);
  /bionic/libc/bionic/
arc4random.c 255 arc4random_uniform(u_int32_t upper_bound) function
  /external/openssh/
dh.c 169 which = arc4random_uniform(bestcount);
mux.c 1103 r = arc4random_uniform(26+26+10);
    [all...]
sshd.c 875 r = arc4random_uniform(100);
    [all...]
configure     [all...]

Completed in 391 milliseconds