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

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_cmp_d.c25 return MP_LT;
37 return MP_LT;
H A Dbn_mp_cmp_mag.c32 return MP_LT;
48 return MP_LT;
H A Dbn_mp_cmp.c27 return MP_LT;
H A Dbn_mp_montgomery_calc_normalization.c48 if (mp_cmp_mag (a, b) != MP_LT) {
H A Dbn_mp_sub.c41 if (mp_cmp_mag (a, b) != MP_LT) {
H A Dbn_mp_add.c40 if (mp_cmp_mag (a, b) == MP_LT) {
H A Dbn_mp_reduce.c78 if (mp_cmp_d (x, 0) == MP_LT) {
87 while (mp_cmp (x, m) != MP_LT) {
H A Dbn_mp_lcm.c37 if (mp_cmp_mag(a, b) == MP_LT) {
H A Dbn_mp_reduce_2k_l.c50 if (mp_cmp_mag(a, n) != MP_LT) {
H A Dbn_mp_reduce_2k.c49 if (mp_cmp_mag(a, n) != MP_LT) {
H A Dbn_mp_invmod_slow.c113 if (mp_cmp (&u, &v) != MP_LT) {
154 while (mp_cmp_d(&C, 0) == MP_LT) {
161 while (mp_cmp_mag(&C, b) != MP_LT) {
H A Dbn_mp_prime_next_prime.c40 if (mp_cmp_d(a, ltm_prime_tab[PRIME_SIZE-1]) == MP_LT) {
43 if (mp_cmp_d(a, ltm_prime_tab[x]) != MP_LT) {
H A Dbn_mp_montgomery_reduce.c110 if (mp_cmp_mag (x, n) != MP_LT) {
H A Dbn_mp_dr_reduce.c86 if (mp_cmp_mag (x, n) != MP_LT) {
H A Dbn_fast_mp_montgomery_reduce.c165 if (mp_cmp_mag (x, n) != MP_LT) {
H A Dbn_mp_div.c34 if (mp_cmp_mag (a, b) == MP_LT) {
116 if (mp_cmp_mag (a, b) == MP_LT) {
176 while (mp_cmp (&x, &y) != MP_LT) {
H A Dbn_fast_mp_invmod.c99 if (mp_cmp (&u, &v) != MP_LT) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbn.h69 #define MP_LT -1 macro
H A Dbignum.c411 return MP_LT;
427 return MP_LT;
440 return MP_LT;
766 if (mp_cmp_mag (a, b) != MP_LT) {
913 if (mp_cmp_mag (a, b) == MP_LT) {
1072 if (mp_cmp_mag (a, b) == MP_LT) {
1132 while (mp_cmp (&x, &y) != MP_LT) {
1331 return MP_LT;
1343 return MP_LT;
1441 if (mp_cmp (&u, &v) != MP_LT) {
[all...]
/netbsd-current/sbin/nvmectl/
H A Dbn.h69 #define MP_LT -1 macro
H A Dbignum.c379 return MP_LT;
395 return MP_LT;
407 return (a->sign == MP_NEG) ? MP_LT : MP_GT;
709 if (compare_magnitude(a, b) != MP_LT) {
835 if (compare_magnitude(a, b) == MP_LT) {
995 if (compare_magnitude(a, b) == MP_LT) {
1055 while (signed_compare(&x, &y) != MP_LT) {
1262 return MP_LT;
1274 return MP_LT;
1374 if (signed_compare(&u, &v) != MP_LT) {
[all...]
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c94 #define MP_LT -1 /* less than */ macro
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
691 return MP_LT;
712 return MP_LT;
724 return MP_LT;
863 if (mp_cmp (&u, &v) != MP_LT) {
904 while (mp_cmp_d(&C, 0) == MP_LT) {
911 while (mp_cmp_mag(&C, b) != MP_LT) {
938 return MP_LT;
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-ltm.c165 if (mp_cmp_d(&e, 3) == MP_LT) {
239 if (mp_cmp_d(&e, 3) == MP_LT) {
321 if (mp_cmp_d(&e, 3) == MP_LT) {
410 if (mp_cmp_d(&e, 3) == MP_LT) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c383 return MP_LT;
399 return MP_LT;
411 return (a->sign == MP_NEG) ? MP_LT : MP_GT;
713 if (compare_magnitude(a, b) != MP_LT) {
839 if (compare_magnitude(a, b) == MP_LT) {
999 if (compare_magnitude(a, b) == MP_LT) {
1059 while (signed_compare(&x, &y) != MP_LT) {
1266 return MP_LT;
1278 return MP_LT;
1378 if (signed_compare(&u, &v) != MP_LT) {
[all...]
H A Dbn.h134 #define MP_LT -1 macro

Completed in 174 milliseconds

12