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