Searched refs:pwe_ecc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 110 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data() 427 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_derive_pwe_ecc() 428 sae->tmp->pwe_ecc = crypto_ec_point_from_bin(sae->tmp->ec, x_y); in sae_derive_pwe_ecc() 429 if (!sae->tmp->pwe_ecc) { in sae_derive_pwe_ecc() 1289 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 1404 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_prepare_commit_pt() 1405 sae->tmp->pwe_ecc = sae_derive_pwe_from_pt_ecc(pt, addr1, in sae_prepare_commit_pt() 1407 if (!sae->tmp->pwe_ecc) in sae_prepare_commit_pt() 1440 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
|
H A D | sae.h | 49 struct crypto_ec_point *pwe_ecc; member
|
H A D | common_module_tests.c | 412 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()
|