HomeSort by: relevance | last modified time | path
    Searched refs:peer_commit_element_ffc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
sae.c 109 crypto_bignum_deinit(tmp->peer_commit_element_ffc, 0);
1485 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc,
2010 crypto_bignum_deinit(sae->tmp->peer_commit_element_ffc, 0);
2011 sae->tmp->peer_commit_element_ffc =
2013 if (sae->tmp->peer_commit_element_ffc == NULL)
2020 crypto_bignum_is_zero(sae->tmp->peer_commit_element_ffc) ||
2021 crypto_bignum_is_one(sae->tmp->peer_commit_element_ffc) ||
2022 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) {
2031 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc,
2259 sae->tmp->peer_commit_element_ffc) != 0)) |
    [all...]
sae.h 47 struct crypto_bignum *peer_commit_element_ffc; member in struct:sae_temporary_data

Completed in 20 milliseconds