Home
last modified time | relevance | path

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

/external/dhcpcd/
Dcommon.h48 uint32_t arc4random(void);
Dclient.c345 (((uint32_t)abs((int)arc4random()) in ipv4ll_get_dhcp()
502 state->xid = arc4random(); in client_setup()
876 state->xid = arc4random(); in handle_signal()
1075 state->xid = arc4random(); in handle_timeout_fail()
1152 state->timeout.tv_usec = arc4random() % in handle_timeout()
1250 state->xid = arc4random(); in handle_timeout()
1290 state->stop.tv_usec = arc4random() % (DHCP_RAND_MAX_U - DHCP_RAND_MIN_U); in handle_timeout()
1310 state->timeout.tv_usec = arc4random() % in handle_timeout()
Dcommon.c84 uint32_t arc4random(void) in arc4random() function
/external/webkit/JavaScriptCore/wtf/
DRandomNumber.cpp64 uint32_t bits = arc4random(); in randomNumber()
/external/openssl/crypto/rand/
Drand_unix.c144 rnd = arc4random(); in RAND_poll()
/external/webkit/JavaScriptCore/
DChangeLog142 of magnitude slower than arc4random. For this reason I've
4027 Switch to arc4random on PLATFORM(DARWIN), this is ~1.5x slower than random(), but the