Searched refs:crypto_bignum_mulmod (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | dragonfly.c | 138 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()
|
| D | sae.c | 677 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() 1476 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc, in sae_derive_k_ffc()
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | crypto.h | 650 int crypto_bignum_mulmod(const struct crypto_bignum *a,
|
| D | crypto_wolfssl.c | 1210 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
|
| D | crypto_openssl.c | 1565 int crypto_bignum_mulmod(const struct crypto_bignum *a, in crypto_bignum_mulmod() function
|