HomeSort by relevance Sort by last modified time
    Searched refs:crypto_bignum_exptmod (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
sae.c 267 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
455 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime,
570 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar,
574 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0
857 crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc,
  /external/wpa_supplicant_8/src/crypto/
crypto.h 524 * crypto_bignum_exptmod - Modular exponentiation: d = a^b (mod c)
531 int crypto_bignum_exptmod(const struct crypto_bignum *a,
crypto_openssl.c 898 int crypto_bignum_exptmod(const struct crypto_bignum *a, function

Completed in 1202 milliseconds