Searched refs:crypto_bignum_mulmod (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h597 * crypto_bignum_mulmod - d = a * b (mod c)
604 int crypto_bignum_mulmod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1156 int crypto_bignum_mulmod(const struct crypto_bignum *a, function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h597 * crypto_bignum_mulmod - d = a * b (mod c)
604 int crypto_bignum_mulmod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1156 int crypto_bignum_mulmod(const struct crypto_bignum *a, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h597 * crypto_bignum_mulmod - d = a * b (mod c)
604 int crypto_bignum_mulmod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1156 int crypto_bignum_mulmod(const struct crypto_bignum *a, function
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c226 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,
/external/wpa_supplicant_8/src/common/
H A Dsae.c226 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,
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c226 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,

Completed in 110 milliseconds