Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/common/
H A Dsae.c285 u8 *dummy_password, *tmp_password; in sae_derive_pwe_ecc() local
301 tmp_password = os_malloc(password_len); in sae_derive_pwe_ecc()
302 if (!dummy_password || !tmp_password || in sae_derive_pwe_ecc()
334 addr[0] = tmp_password; in sae_derive_pwe_ecc()
364 password_len, tmp_password); in sae_derive_pwe_ecc()
425 bin_clear_free(tmp_password, password_len); in sae_derive_pwe_ecc()