HomeSort by relevance Sort by last modified time
    Searched defs:arc4random (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
configure 11 ARC4RANDOM=
68 --without-arc4random) ARC4RANDOM=no;;
546 if [ -z "$ARC4RANDOM" ]; then
547 printf "Testing for arc4random ... "
551 arc4random(); function
556 ARC4RANDOM=yes
558 ARC4RANDOM=no
560 echo "$ARC4RANDOM"
563 if [ "$ARC4RANDOM" = no ]; the
    [all...]
  /external/dhcpcd-6.8.2/compat/
arc4random.c 32 #include "arc4random.h"
146 arc4random() function
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random.c 1 /* $OpenBSD: arc4random.c,v 1.54 2015/09/13 08:31:47 guenther Exp $ */
66 #include "arc4random.h"
180 arc4random(void) function
189 DEF_WEAK(arc4random); variable
  /external/libevent/
arc4random.c 1 /* Portable arc4random.c based on arc4random.c from OpenBSD.
485 arc4random(void) function
549 r = arc4random();

Completed in 1186 milliseconds