Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae.c86 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0); in sae_clear_temp_data()
766 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
1053 crypto_bignum_deinit(sae->tmp->peer_commit_element_ffc, 0); in sae_parse_commit_element_ffc()
1054 sae->tmp->peer_commit_element_ffc = in sae_parse_commit_element_ffc()
1056 if (sae->tmp->peer_commit_element_ffc == NULL) in sae_parse_commit_element_ffc()
1063 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
1064 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) || in sae_parse_commit_element_ffc()
1065 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) { in sae_parse_commit_element_ffc()
1074 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()
1133 sae->tmp->peer_commit_element_ffc) != 0)) || in sae_parse_commit()
[all …]
Dsae.h29 struct crypto_bignum *peer_commit_element_ffc; member