Home
last modified time | relevance | path

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

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