Searched refs:own_commit_element_ffc (Results 1 – 2 of 2) sorted by relevance
108 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()1305 if (!sae->tmp->own_commit_element_ffc) { in sae_derive_commit_element_ffc()1306 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()1307 if (!sae->tmp->own_commit_element_ffc) in sae_derive_commit_element_ffc()1312 sae->tmp->own_commit_element_ffc) < 0 || in sae_derive_commit_element_ffc()1315 sae->tmp->own_commit_element_ffc) < 0) { in sae_derive_commit_element_ffc()2250 (!sae->tmp->own_commit_element_ffc || in sae_parse_commit()2251 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()2378 sae->tmp->own_commit_element_ffc, in sae_write_confirm()2427 !sae->tmp->own_commit_element_ffc || in sae_check_confirm()[all …]
45 struct crypto_bignum *own_commit_element_ffc; member