Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c427 size_t dummy_password_len; in sae_derive_pwe_ecc() local
435 dummy_password_len = password_len; in sae_derive_pwe_ecc()
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()
508 len[0] = dummy_password_len; in sae_derive_pwe_ecc()