Searched refs:mp_cmp (Results 1 – 2 of 2) sorted by relevance
117 return mp_cmp((mp_int *) a, (mp_int *) b); in bignum_cmp()
683 mp_cmp (mp_int * a, mp_int * b) in mp_cmp() function864 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()1671 if (mp_cmp(&tb, &ta) != MP_GT) { in mp_div()1786 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()2355 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()