Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.h52 struct crypto_ec_point *pwe_ecc; member
Dsae.c99 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data()
418 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_derive_pwe_ecc()
419 sae->tmp->pwe_ecc = crypto_ec_point_from_bin(sae->tmp->ec, x_y); in sae_derive_pwe_ecc()
420 if (!sae->tmp->pwe_ecc) { in sae_derive_pwe_ecc()
1242 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc()
1357 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_prepare_commit_pt()
1358 sae->tmp->pwe_ecc = sae_derive_pwe_from_pt_ecc(pt, addr1, in sae_prepare_commit_pt()
1360 if (!sae->tmp->pwe_ecc) in sae_prepare_commit_pt()
1393 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()