OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arc4random_uniform
(Results
1 - 10
of
10
) 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/upstream-freebsd/lib/libc/stdio/
mktemp.c
123
rand =
arc4random_uniform
(sizeof(padchar) - 1);
/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 84 milliseconds