Searched refs:os_random (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dos_none.c58 unsigned long os_random(void) function
H A Dos_win32.c136 unsigned long os_random(void) function
H A Dos.h100 * os_random - Get pseudo random value (not necessarily very strong)
103 unsigned long os_random(void);
H A Dos_internal.c129 unsigned long os_random(void) function
H A Dos_unix.c204 unsigned long os_random(void) function
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dndef.c181 wpabuf_put_be16(rn, os_random() & 0xffff);
H A Dwps_upnp_ssdp.c355 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
476 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;
H A Dwps_common.c243 val = os_random() ^ now.sec ^ now.usec;
/freebsd-10.2-release/contrib/wpa/src/radius/
H A Dradius.c868 l = os_random();
1164 salt = os_random() | 0x8000;
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dsta_info.c301 int fuzz = os_random() % 20;
H A Dieee802_11.c214 r = os_random();
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Devents.c2037 sec = os_random() % 60;
2048 sec, os_random() % 1000000,
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c175 data->token = os_random();

Completed in 197 milliseconds