Home
last modified time | relevance | path

Searched refs:tmp_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
306 tmp_password = os_malloc(password_len); in sae_derive_pwe_ecc()
307 if (!dummy_password || !tmp_password || in sae_derive_pwe_ecc()
339 addr[0] = tmp_password; in sae_derive_pwe_ecc()
369 password_len, tmp_password); in sae_derive_pwe_ecc()
430 bin_clear_free(tmp_password, password_len); in sae_derive_pwe_ecc()