Home
last modified time | relevance | path

Searched refs:arc4random (Results 1 – 25 of 42) sorted by relevance

12

/external/openssh/openbsd-compat/
Dbsd-arc4random.c43 arc4random(void) in arc4random() function
97 r = arc4random(); in arc4random_buf()
143 r = arc4random(); in arc4random_uniform()
Dmktemp.c106 pid = (arc4random() & 0xffff) % (26+26);
Dopenbsd-compat.h161 unsigned int arc4random(void);
DMakefile.in21 COMPAT=bsd-arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.…
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m102 …rand' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
103 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
104 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
105 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
106 …ng48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
107 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
108 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
109 …nd48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
110 …nd_r' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
111 …produces a sequence of values that an adversary may be able to predict. Use 'arc4random' instead}}
/external/valgrind/main/coregrind/
Dvg_preloaded.c154 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);
155 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() argument
/external/dhcpcd/compat/
Darc4random.h35 uint32_t arc4random(void);
Darc4random.c151 arc4random() in arc4random() function
/external/dhcpcd/
Dconfig.mk14 COMPAT_SRCS+= compat/arc4random.c
Darp.c237 tv.tv_usec = arc4random() % (DHCP_RAND_MAX_U - DHCP_RAND_MIN_U); in send_arp_announce()
281 tv.tv_usec = arc4random() % (PROBE_MAX_U - PROBE_MIN_U); in send_arp_probe()
Dipv4ll.c76 (((uint32_t)abs((int)arc4random()) in find_ipv4ll_lease()
Dnet.c740 ip->ip_id = arc4random() & UINT16_MAX; in make_udp_packet()
/external/libppp/src/
Ddefs.h123 #define random arc4random
/external/llvm/test/CodeGen/X86/
D2009-07-06-TwoAddrAssert.ll125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]
137 declare i32 @arc4random()
/external/openssh/
Droaming_client.c159 rnd = arc4random(); in roaming_resume()
Dssh-keysign.c205 rnd[i] = arc4random(); in main()
Dhostfile.c127 salt[i] = arc4random(); in host_hash()
Dpacket.c689 rnd = arc4random(); in packet_send1()
913 rnd = arc4random(); in packet_send2_wrapped()
1870 rnd = arc4random(); in packet_send_ignore()
Dsshconnect1.c555 rnd = arc4random(); in ssh_kex()
DOVERVIEW46 - Uses arc4random() and such.
Dkex.c214 rnd = arc4random(); in kex_send_kexinit()
/external/openssl/crypto/rand/
Drand_unix.c227 rnd = arc4random(); in RAND_poll()
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
Drand_unix.c227 rnd = arc4random(); in RAND_poll()
/external/dnsmasq/src/
Dutil.c39 return (unsigned short) (arc4random() >> 15); in rand16()
/external/llvm/lib/Support/Unix/
DProcess.inc366 return arc4random();

12