Searched refs:peer_commit_element_ffc (Results 1 – 2 of 2) sorted by relevance
86 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data()576 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()855 crypto_bignum_deinit(sae->tmp->peer_commit_element_ffc, 0); in sae_parse_commit_element_ffc()856 sae->tmp->peer_commit_element_ffc = in sae_parse_commit_element_ffc()858 if (sae->tmp->peer_commit_element_ffc == NULL) in sae_parse_commit_element_ffc()860 if (crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()861 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()862 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()871 crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()1020 sae->tmp->peer_commit_element_ffc, in sae_write_confirm()[all …]
26 struct crypto_bignum *peer_commit_element_ffc; member