Home
last modified time | relevance | path

Searched refs:own_commit_element_ffc (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c106 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()
1313 if (!sae->tmp->own_commit_element_ffc) { in sae_derive_commit_element_ffc()
1314 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()
1315 if (!sae->tmp->own_commit_element_ffc) in sae_derive_commit_element_ffc()
1320 sae->tmp->own_commit_element_ffc) < 0 || in sae_derive_commit_element_ffc()
1321 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc, in sae_derive_commit_element_ffc()
1323 sae->tmp->own_commit_element_ffc) < 0) { in sae_derive_commit_element_ffc()
1703 if (crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos, in sae_write_commit()
2134 (!sae->tmp->own_commit_element_ffc || in sae_parse_commit()
2135 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
[all …]
Dsae.h44 struct crypto_bignum *own_commit_element_ffc; member