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

/freebsd-12-stable/contrib/wpa/src/common/
H A Ddragonfly.c138 crypto_bignum_mulmod(val, r, prime, num) < 0 ||
139 crypto_bignum_mulmod(num, r, prime, num) < 0)
159 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0)
H A Dsae.c668 crypto_bignum_mulmod(K, sae->tmp->peer_commit_element_ffc,
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto.h616 * crypto_bignum_mulmod - d = a * b (mod c)
623 int crypto_bignum_mulmod(const struct crypto_bignum *a,
H A Dcrypto_wolfssl.c1171 int crypto_bignum_mulmod(const struct crypto_bignum *a, function
H A Dcrypto_openssl.c1452 int crypto_bignum_mulmod(const struct crypto_bignum *a, function

Completed in 43 milliseconds