Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dbignum.h25 int bignum_mul(const struct bignum *a, const struct bignum *b,
H A Dbignum.c176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul() function
H A Drsa.c310 if (bignum_mul(tmp, key->q, tmp) < 0 || in crypto_rsa_exptmod()