Searched refs:mp_cmp_mag (Results 1 – 3 of 3) sorted by relevance
313 int mp_cmp_mag(mp_int *a, mp_int *b);
526 if (mp_cmp_mag(b, a) > 0) { in mp_bdivmod()
1717 int mp_cmp_mag(mp_int *a, mp_int *b) in mp_cmp_mag() function