Searched refs:dummy_password (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c426 u8 dummy_password[32]; local
436 if (dummy_password_len > sizeof(dummy_password))
437 dummy_password_len = sizeof(dummy_password);
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
507 addr[0] = dummy_password;
/external/wpa_supplicant_8/src/common/
H A Dsae.c426 u8 dummy_password[32]; local
436 if (dummy_password_len > sizeof(dummy_password))
437 dummy_password_len = sizeof(dummy_password);
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
507 addr[0] = dummy_password;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c426 u8 dummy_password[32]; local
436 if (dummy_password_len > sizeof(dummy_password))
437 dummy_password_len = sizeof(dummy_password);
438 if (random_get_bytes(dummy_password, dummy_password_len) < 0)
507 addr[0] = dummy_password;

Completed in 202 milliseconds