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

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_none.c64 unsigned long os_random(void) function
H A Dos_win32.c148 unsigned long os_random(void) function
H A Dos.h168 * os_random - Get pseudo random value (not necessarily very strong)
171 unsigned long os_random(void);
H A Dos_internal.c142 unsigned long os_random(void) function
H A Dos_unix.c307 unsigned long os_random(void) function
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c351 next_timeout_msec = (100 * (os_random() & 0xFF)) >> 8;
472 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c1230 _rand = os_random();
H A Deapol_test.c711 eap->identifier = os_random() & 0xff;
H A Devents.c3238 sec = os_random() % 60;
3249 sec, os_random() % 1000000,
H A Dsme.c2464 _rand = os_random();
H A Dwpa_supplicant.c7065 dur += os_random() % (ssid->auth_failures * 10);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.c439 int fuzz = os_random() % 20;
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c3730 usecs = os_random() % (kay->mka_hello_time * 1000);

Completed in 266 milliseconds