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.c290 u8 *dummy_password, *tmp_password; in sae_derive_pwe_ecc() local
305 dummy_password = os_malloc(password_len); in sae_derive_pwe_ecc()
307 if (!dummy_password || !tmp_password || in sae_derive_pwe_ecc()
308 random_get_bytes(dummy_password, password_len) < 0) in sae_derive_pwe_ecc()
368 const_time_select_bin(found, dummy_password, password, in sae_derive_pwe_ecc()
429 os_free(dummy_password); in sae_derive_pwe_ecc()