Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c87 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data()
520 if (!sae->tmp->pwe_ecc) in sae_derive_pwe_ecc()
521 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()
522 if (!sae->tmp->pwe_ecc) in sae_derive_pwe_ecc()
526 sae->tmp->pwe_ecc, x, in sae_derive_pwe_ecc()
614 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc()
728 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
Dsae.h31 struct crypto_ec_point *pwe_ecc; member