Searched refs:bignum_cmp (Results 1 – 3 of 3) sorted by relevance
25 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
281 if (bignum_cmp(key->n, tmp) < 0) { in crypto_rsa_exptmod()