Searched refs:own_commit_element_ffc (Results 1 – 2 of 2) sorted by relevance
85 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()630 if (!sae->tmp->own_commit_element_ffc) { in sae_derive_commit_element_ffc()631 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()632 if (!sae->tmp->own_commit_element_ffc) in sae_derive_commit_element_ffc()637 sae->tmp->own_commit_element_ffc) < 0 || in sae_derive_commit_element_ffc()638 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc, in sae_derive_commit_element_ffc()640 sae->tmp->own_commit_element_ffc) < 0) { in sae_derive_commit_element_ffc()872 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos, in sae_write_commit()1129 (!sae->tmp->own_commit_element_ffc || in sae_parse_commit()1130 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()[all …]
27 struct crypto_bignum *own_commit_element_ffc; member