Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddragonfly.c138 crypto_bignum_mulmod(val, r, prime, num) < 0 || in dragonfly_is_quadratic_residue_blind()
139 crypto_bignum_mulmod(num, r, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
159 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
H A Dsae.c679 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
697 if (crypto_bignum_mulmod(z, a, prime, t1) < 0 || in sswu()
699 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu()
706 crypto_bignum_mulmod(t1, t2, prime, t1) < 0 || in sswu()
708 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu()
724 crypto_bignum_mulmod(a, x1, prime, t2) < 0 || in sswu()
731 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
732 crypto_bignum_mulmod(t1, x1, prime, x2) < 0) in sswu()
738 crypto_bignum_mulmod(a, x2, prime, t2) < 0 || in sswu()
1478 crypto_bignum_mulmod( in sae_derive_k_ffc()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddragonfly.c138 crypto_bignum_mulmod(val, r, prime, num) < 0 || in dragonfly_is_quadratic_residue_blind()
139 crypto_bignum_mulmod(num, r, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
159 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
H A Dsae.c687 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h636 * crypto_bignum_mulmod - d = a * b (mod c)
643 int crypto_bignum_mulmod(const struct crypto_bignum *a,
H A Dcrypto_openssl.c1492 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
H A Dcrypto_wolfssl.c1204 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h643 * crypto_bignum_mulmod - d = a * b (mod c)
650 int crypto_bignum_mulmod(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1210 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
H A Dcrypto_openssl.c1565 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function

Completed in 19 milliseconds