Home
last modified time | relevance | path

Searched refs:MP_LT (Results 1 – 25 of 26) sorted by relevance

12

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_cmp_d.c25 return MP_LT; in mp_cmp_d()
37 return MP_LT; in mp_cmp_d()
H A Dbn_mp_cmp_mag.c32 return MP_LT; in mp_cmp_mag()
48 return MP_LT; in mp_cmp_mag()
H A Dbn_mp_invmod_slow.c113 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
154 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
161 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
H A Dbn_mp_reduce.c78 if (mp_cmp_d (x, 0) == MP_LT) { in mp_reduce()
87 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()
H A Dbn_mp_prime_next_prime.c40 if (mp_cmp_d(a, ltm_prime_tab[PRIME_SIZE-1]) == MP_LT) { in mp_prime_next_prime()
43 if (mp_cmp_d(a, ltm_prime_tab[x]) != MP_LT) { in mp_prime_next_prime()
H A Dbn_mp_cmp.c27 return MP_LT; in mp_cmp()
H A Dbn_mp_add.c40 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
H A Dbn_mp_montgomery_calc_normalization.c48 if (mp_cmp_mag (a, b) != MP_LT) { in mp_montgomery_calc_normalization()
H A Dbn_mp_sub.c41 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
H A Dbn_mp_reduce_2k.c49 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k()
H A Dbn_mp_reduce_2k_l.c50 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k_l()
H A Dbn_mp_lcm.c37 if (mp_cmp_mag(a, b) == MP_LT) { in mp_lcm()
H A Dbn_mp_div.c34 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
116 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
176 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
H A Dbn_mp_dr_reduce.c86 if (mp_cmp_mag (x, n) != MP_LT) { in mp_dr_reduce()
H A Dbn_mp_montgomery_reduce.c110 if (mp_cmp_mag (x, n) != MP_LT) { in mp_montgomery_reduce()
H A Dbn_fast_mp_montgomery_reduce.c165 if (mp_cmp_mag (x, n) != MP_LT) { in fast_mp_montgomery_reduce()
H A Dbn_fast_mp_invmod.c99 if (mp_cmp (&u, &v) != MP_LT) { in fast_mp_invmod()
H A Dtommath.h137 #define MP_LT -1 /* less than */ macro
H A Dbn.tex846 case MP_LT: printf("|number1| < |number2|"); break;
904 case MP_LT: printf("number1 < number2"); break;
954 case MP_LT: printf("number < 7"); break;
1014 case MP_LT: printf("2*number < 7"); break;
1026 case MP_LT: printf("2*number/2 < 7"); break;
/minix3/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c411 return MP_LT; in mp_cmp_mag()
427 return MP_LT; in mp_cmp_mag()
440 return MP_LT; in mp_cmp()
764 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
910 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
1069 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1129 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
1328 return MP_LT; in mp_cmp_d()
1340 return MP_LT; in mp_cmp_d()
1438 if (mp_cmp (&u, &v) != MP_LT) { in fast_mp_invmod()
[all …]
H A Dbn.h69 #define MP_LT -1 macro
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbn.h69 #define MP_LT -1 macro
H A Dbignum.c378 return MP_LT; in compare_magnitude()
394 return MP_LT; in compare_magnitude()
406 return (a->sign == MP_NEG) ? MP_LT : MP_GT; in signed_compare()
708 if (compare_magnitude(a, b) != MP_LT) { in signed_subtract()
834 if (compare_magnitude(a, b) == MP_LT) { in signed_add()
994 if (compare_magnitude(a, b) == MP_LT) { in signed_divide()
1054 while (signed_compare(&x, &y) != MP_LT) { in signed_divide()
1261 return MP_LT; in compare_digit()
1273 return MP_LT; in compare_digit()
1373 if (signed_compare(&u, &v) != MP_LT) { in fast_modular_inverse()
[all …]
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.c87 #define MP_LT -1 macro
1781 return MP_LT; in mp_cmp_z()
1804 return MP_LT; in mp_cmp_d()
1832 return MP_LT; in mp_cmp()
3788 return MP_LT; in s_mp_cmp()
3797 return MP_LT; in s_mp_cmp()
3821 return MP_LT; in s_mp_cmp_d()
H A Dmpi.h19 #define MP_LT -1 macro

12