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

/freebsd-12-stable/contrib/wpa/src/tls/
H A Dbignum.h25 int bignum_mul(const struct bignum *a, const struct bignum *b,
H A Dbignum.c170 * bignum_mul - c = a * b
176 int bignum_mul(const struct bignum *a, const struct bignum *b, function
H A Drsa.c319 if (bignum_mul(tmp, key->q, tmp) < 0 ||

Completed in 106 milliseconds