Searched refs:pwe_ecc (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 108 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data() 410 if (!sae->tmp->pwe_ecc) in sae_derive_pwe_ecc() 411 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc() 412 if (!sae->tmp->pwe_ecc) in sae_derive_pwe_ecc() 416 sae->tmp->pwe_ecc, x, in sae_derive_pwe_ecc() 1297 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 1414 crypto_ec_point_deinit(sae->tmp->pwe_ecc, 1); in sae_prepare_commit_pt() 1415 sae->tmp->pwe_ecc = sae_derive_pwe_from_pt_ecc(pt, addr1, in sae_prepare_commit_pt() 1417 if (!sae->tmp->pwe_ecc) in sae_prepare_commit_pt() 1450 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
|
D | sae.h | 48 struct crypto_ec_point *pwe_ecc; member
|
D | common_module_tests.c | 430 crypto_ec_point_mul(sae.tmp->ec, sae.tmp->pwe_ecc, mask, in sae_tests()
|