Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c285 u8 *dummy_password, *tmp_password; in sae_derive_pwe_ecc() local
302 dummy_password = os_malloc(password_len); in sae_derive_pwe_ecc()
304 if (!dummy_password || !tmp_password || in sae_derive_pwe_ecc()
305 random_get_bytes(dummy_password, password_len) < 0) in sae_derive_pwe_ecc()
365 const_time_select_bin(found, dummy_password, password, in sae_derive_pwe_ecc()
443 os_free(dummy_password); in sae_derive_pwe_ecc()

Completed in 3 milliseconds