Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dsae.c110 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data()
434 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_derive_pwe_ecc()
435 sae->tmp->pwe_ecc = crypto_ec_point_from_bin(sae->tmp->ec, x_y); in sae_derive_pwe_ecc()
436 if (!sae->tmp->pwe_ecc) { in sae_derive_pwe_ecc()
1296 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc()
1411 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_prepare_commit_pt()
1412 sae->tmp->pwe_ecc = sae_derive_pwe_from_pt_ecc(pt, addr1, in sae_prepare_commit_pt()
1414 if (!sae->tmp->pwe_ecc) in sae_prepare_commit_pt()
1447 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
Dsae.h49 struct crypto_ec_point *pwe_ecc; member
Dcommon_module_tests.c412 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()