Searched refs:arc4random (Results 1 – 25 of 42) sorted by relevance
12
43 arc4random(void) in arc4random() function97 r = arc4random(); in arc4random_buf()143 r = arc4random(); in arc4random_uniform()
106 pid = (arc4random() & 0xffff) % (26+26);
161 unsigned int arc4random(void);
21 COMPAT=bsd-arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.…
102 …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}}
154 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void);155 int VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random)(void) in VG_REPLACE_FUNCTION_ZU() argument
35 uint32_t arc4random(void);
151 arc4random() in arc4random() function
14 COMPAT_SRCS+= compat/arc4random.c
237 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()
76 (((uint32_t)abs((int)arc4random()) in find_ipv4ll_lease()
740 ip->ip_id = arc4random() & UINT16_MAX; in make_udp_packet()
123 #define random arc4random
125 %call.i = call i32 @arc4random() nounwind ; <i32> [#uses=1]137 declare i32 @arc4random()
159 rnd = arc4random(); in roaming_resume()
205 rnd[i] = arc4random(); in main()
127 salt[i] = arc4random(); in host_hash()
689 rnd = arc4random(); in packet_send1()913 rnd = arc4random(); in packet_send2_wrapped()1870 rnd = arc4random(); in packet_send_ignore()
555 rnd = arc4random(); in ssh_kex()
46 - Uses arc4random() and such.
214 rnd = arc4random(); in kex_send_kexinit()
227 rnd = arc4random(); in RAND_poll()
39 return (unsigned short) (arc4random() >> 15); in rand16()
366 return arc4random();