Searched refs:bignum_mul (Results 1 – 3 of 3) sorted by relevance
25 int bignum_mul(const struct bignum *a, const struct bignum *b,
176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul() function
310 if (bignum_mul(tmp, key->q, tmp) < 0 || in crypto_rsa_exptmod()