Home
last modified time | relevance | path

Searched refs:crypto_bignum_mulmod (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
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()
Dsae.c677 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
695 if (crypto_bignum_mulmod(z, a, prime, t1) < 0 || in sswu()
697 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu()
704 crypto_bignum_mulmod(t1, t2, prime, t1) < 0 || in sswu()
706 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu()
722 crypto_bignum_mulmod(a, x1, prime, t2) < 0 || in sswu()
729 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
730 crypto_bignum_mulmod(t1, x1, prime, x2) < 0) in sswu()
736 crypto_bignum_mulmod(a, x2, prime, t2) < 0 || in sswu()
1488 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h643 int crypto_bignum_mulmod(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1206 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
Dcrypto_openssl.c1501 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function