Searched defs:arc4random (Results 1 - 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dconfigure68 --without-arc4random) ARC4RANDOM=no;;
547 printf "Testing for arc4random ... "
551 arc4random(); function
564 echo "COMPAT_SRCS+= compat/arc4random.c" >>$CONFIG_MK
565 echo "#include \"compat/arc4random.h\"" >>$CONFIG_H
/external/dhcpcd-6.8.2/compat/
H A Darc4random.c32 #include "arc4random.h"
146 arc4random() function
/external/openssh/openbsd-compat/
H A Darc4random.c1 /* OPENBSD ORIGINAL: lib/libc/crypto/arc4random.c */
3 /* $OpenBSD: arc4random.c,v 1.25 2013/10/01 18:34:57 markus Exp $ */
226 arc4random(void) function
237 * If we are providing arc4random, then we can provide a more efficient
251 /* arc4random_buf() that uses platform arc4random() */
262 r = arc4random();
299 r = arc4random();
321 arc4random();
/external/libevent/
H A Darc4random.c1 /* Portable arc4random.c based on arc4random.c from OpenBSD.
484 arc4random(void) function
548 r = arc4random();

Completed in 366 milliseconds