Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddragonfly.c141 crypto_bignum_mulmod(val, r, prime, num) < 0 || in dragonfly_is_quadratic_residue_blind()
142 crypto_bignum_mulmod(num, r, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
162 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
Dsae.c686 crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
704 if (crypto_bignum_mulmod(z, a, prime, t1) < 0 || in sswu()
706 crypto_bignum_mulmod(b, t1, prime, x1a) < 0) in sswu()
713 crypto_bignum_mulmod(t1, t2, prime, t1) < 0 || in sswu()
715 crypto_bignum_mulmod(t1, t2, prime, x1b) < 0) in sswu()
731 crypto_bignum_mulmod(a, x1, prime, t2) < 0 || in sswu()
738 if (crypto_bignum_mulmod(z, u2, prime, t1) < 0 || in sswu()
739 crypto_bignum_mulmod(t1, x1, prime, x2) < 0) in sswu()
745 crypto_bignum_mulmod(a, x2, prime, t2) < 0 || in sswu()
1485 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
/hostap-latest/src/crypto/
Dcrypto.h652 int crypto_bignum_mulmod(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1321 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
1341 return crypto_bignum_mulmod(a, a, b, c); in crypto_bignum_sqrmod()
Dcrypto_wolfssl.c1503 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
Dcrypto_openssl.c2124 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function