Searched refs:bignum_sub (Results 1 – 3 of 3) sorted by relevance
23 int bignum_sub(const struct bignum *a, const struct bignum *b,
158 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() function
314 if (bignum_sub(a, b, tmp) < 0 || in crypto_rsa_exptmod()