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

  /external/wpa_supplicant_8/src/crypto/
crypto.h 600 * crypto_bignum_mulmod - d = a * b (mod c)
607 int crypto_bignum_mulmod(const struct crypto_bignum *a,
crypto_openssl.c 1304 int crypto_bignum_mulmod(const struct crypto_bignum *a, function
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 226 crypto_bignum_mulmod(y_sqr, r, sae->tmp->prime, num) < 0 ||
227 crypto_bignum_mulmod(num, r, sae->tmp->prime, num) < 0)
235 if (crypto_bignum_mulmod(num, qr, sae->tmp->prime, num) < 0)
243 if (crypto_bignum_mulmod(num, qnr, sae->tmp->prime, num) < 0)
766 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc,
    [all...]

Completed in 93 milliseconds