Searched refs:bignum_cmp_d (Results 1 – 3 of 3) sorted by relevance
26 int bignum_cmp_d(const struct bignum *a, unsigned long b);
133 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
193 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()