Searched refs:bignum_cmp (Results 1 – 6 of 6) sorted by relevance
19 int bignum_cmp(const struct bignum *a, const struct bignum *b);
115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp() function
272 if (bignum_cmp(key->n, tmp) < 0) { in crypto_rsa_exptmod()
281 if (bignum_cmp(key->n, tmp) < 0) { in crypto_rsa_exptmod()