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/crypto/
crypto.h 554 * crypto_bignum_exptmod - Modular exponentiation: d = a^b (mod c)
561 int crypto_bignum_exptmod(const struct crypto_bignum *a,
crypto_openssl.c 1229 int crypto_bignum_exptmod(const struct crypto_bignum *a, function
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 361 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe);
636 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime,
764 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar,
768 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0
1074 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc,
    [all...]

Completed in 67 milliseconds