Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/common/
H A Dsae.c107 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data()
1476 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
1966 crypto_bignum_deinit(sae->tmp->peer_commit_element_ffc, 0); in sae_parse_commit_element_ffc()
1967 sae->tmp->peer_commit_element_ffc = in sae_parse_commit_element_ffc()
1969 if (sae->tmp->peer_commit_element_ffc == NULL) in sae_parse_commit_element_ffc()
1977 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
1987 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()
2146 sae->tmp->peer_commit_element_ffc) != 0)) || in sae_parse_commit()
2274 sae->tmp->peer_commit_element_ffc, in sae_write_confirm()
2319 if (!sae->tmp->peer_commit_element_ffc || in sae_check_confirm()
[all …]
H A Dsae.h46 struct crypto_bignum *peer_commit_element_ffc; member