Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dsae.c106 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data()
405 if (!sae->tmp->pwe_ecc) in sae_derive_pwe_ecc()
406 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()
407 if (!sae->tmp->pwe_ecc) in sae_derive_pwe_ecc()
411 sae->tmp->pwe_ecc, x, in sae_derive_pwe_ecc()
539 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc()
630 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
H A Dsae.h31 struct crypto_ec_point *pwe_ecc; member
H A Dcommon_module_tests.c362 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()