Lines Matching refs:own_commit_element_ffc
104 crypto_bignum_deinit(tmp->own_commit_element_ffc, 0); in sae_clear_temp_data()
555 if (!sae->tmp->own_commit_element_ffc) { in sae_derive_commit_element_ffc()
556 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()
557 if (!sae->tmp->own_commit_element_ffc) in sae_derive_commit_element_ffc()
562 sae->tmp->own_commit_element_ffc) < 0 || in sae_derive_commit_element_ffc()
563 crypto_bignum_inverse(sae->tmp->own_commit_element_ffc, in sae_derive_commit_element_ffc()
565 sae->tmp->own_commit_element_ffc) < 0) { in sae_derive_commit_element_ffc()
782 crypto_bignum_to_bin(sae->tmp->own_commit_element_ffc, pos, in sae_write_commit()
1141 (!sae->tmp->own_commit_element_ffc || in sae_parse_commit()
1142 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
1259 sae->tmp->own_commit_element_ffc, in sae_write_confirm()
1294 !sae->tmp->own_commit_element_ffc) in sae_check_confirm()
1299 sae->tmp->own_commit_element_ffc, in sae_check_confirm()