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

12

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_none.c59 unsigned long os_random(void) function
H A Dos_win32.c123 unsigned long os_random(void) function
H A Dos.h96 * os_random - Get pseudo random value (not necessarily very strong)
99 unsigned long os_random(void);
H A Dos_internal.c117 unsigned long os_random(void) function
H A Dos_unix.c168 unsigned long os_random(void) function
/external/wpa_supplicant_8/hostapd/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
/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/wpa_supplicant/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
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_common.c245 val = os_random() ^ now.sec ^ now.usec;
H A Dwps_upnp_ssdp.c364 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
497 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c355 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
476 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c355 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
476 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c355 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
476 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;

Completed in 1408 milliseconds

12