Searched refs:pwe_ecc (Results 1 – 2 of 2) sorted by relevance
87 crypto_ec_point_deinit(tmp->pwe_ecc, 1); in sae_clear_temp_data()301 if (sae->tmp->pwe_ecc == NULL) { in sae_derive_pwe_ecc()302 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()303 if (sae->tmp->pwe_ecc == NULL) in sae_derive_pwe_ecc()346 sae->tmp->pwe_ecc); in sae_derive_pwe_ecc()435 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc()538 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc()
28 struct crypto_ec_point *pwe_ecc; member