Lines Matching refs:MP_LT
85 #define MP_LT -1 /* less than */ macro
438 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
471 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
688 return MP_LT; in mp_cmp()
710 return MP_LT; in mp_cmp_d()
722 return MP_LT; in mp_cmp_d()
864 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
905 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
912 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
940 return MP_LT; in mp_cmp_mag()
956 return MP_LT; in mp_cmp_mag()
1643 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1726 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1786 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
2205 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k_l()
2344 if (mp_cmp_d (x, 0) == MP_LT) { in mp_reduce()
2355 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()
2870 if (mp_cmp_mag (x, n) != MP_LT) { in fast_mp_montgomery_reduce()
2973 if (mp_cmp_mag (a, b) != MP_LT) { in mp_montgomery_calc_normalization()