Searched refs:arc4random (Results 1 - 25 of 29) sorted by relevance

12

/external/dhcpcd/compat/
H A Darc4random.h35 uint32_t arc4random(void);
H A Darc4random.c32 #include "arc4random.h"
151 arc4random() function
/external/openssh/openbsd-compat/
H A Dbsd-arc4random.c43 arc4random(void) function
97 r = arc4random();
143 r = arc4random();
H A Dmktemp.c106 pid = (arc4random() & 0xffff) % (26+26);
H A Dopenbsd-compat.h161 unsigned int arc4random(void);
/external/dhcpcd/
H A Dconfig.mk14 COMPAT_SRCS+= compat/arc4random.c
H A Dipv4ll.c76 (((uint32_t)abs((int)arc4random())
H A Darp.c237 tv.tv_usec = arc4random() % (DHCP_RAND_MAX_U - DHCP_RAND_MIN_U);
281 tv.tv_usec = arc4random() % (PROBE_MAX_U - PROBE_MIN_U);
H A Dnet.c740 ip->ip_id = arc4random() & UINT16_MAX;
H A Ddhcpcd.c300 xid = arc4random();
330 tv.tv_usec = arc4random() % (DHCP_RAND_MAX_U - DHCP_RAND_MIN_U);
/external/valgrind/main/coregrind/
H A Dvg_preloaded.c148 Darwin arc4random (rdar://6166275)
154 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);
155 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void)
/external/libppp/src/
H A Ddefs.h123 #define random arc4random
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
H A Drand_unix.c227 rnd = arc4random();
/external/openssh/
H A Droaming_client.c159 rnd = arc4random();
H A Dssh-keysign.c205 rnd[i] = arc4random();
H A Dpacket.c689 rnd = arc4random();
913 rnd = arc4random();
1870 rnd = arc4random();
H A Dhostfile.c127 salt[i] = arc4random();
H A Dsshconnect1.c555 rnd = arc4random();
H A Dkex.c214 rnd = arc4random();
H A Dauthfile.c108 rnd = arc4random();
H A Dclientloop.c397 rnd = arc4random();
/external/openssl/crypto/rand/
H A Drand_unix.c227 rnd = arc4random();
/external/dnsmasq/src/
H A Dutil.c39 return (unsigned short) (arc4random() >> 15);
/external/netcat/
H A Dnetcat.c908 y = (arc4random() & 0xFFFF) % (hi - lo);
/external/mksh/src/
H A Dvar.c1555 lcg_state = arc4random();

Completed in 1532 milliseconds

12