Searched refs:bignum_mulmod (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dbignum.h27 int bignum_mulmod(const struct bignum *a, const struct bignum *b,
H A Dbignum.c188 * bignum_mulmod - d = a * b (mod c)
195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, function
H A Drsa.c315 bignum_mulmod(tmp, key->iqmp, key->p, tmp) < 0)

Completed in 117 milliseconds