Searched refs:crypto_bignum_exptmod (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 361 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe); in sae_test_pwd_seed_ffc() 636 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime, in sae_derive_commit_element_ffc() 764 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc() 768 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0 in sae_derive_k_ffc() 1074 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 558 int crypto_bignum_exptmod(const struct crypto_bignum *a,
|
D | crypto_openssl.c | 1195 int crypto_bignum_exptmod(const struct crypto_bignum *a, in crypto_bignum_exptmod() function
|