Home
last modified time | relevance | path

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

12

/external/dropbear/libtommath/
Dbn_mp_cmp_d.c23 return MP_LT; in mp_cmp_d()
35 return MP_LT; in mp_cmp_d()
Dbn_mp_cmp_mag.c30 return MP_LT; in mp_cmp_mag()
46 return MP_LT; in mp_cmp_mag()
Dbn_mp_invmod_slow.c111 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
152 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
159 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
Dbn_mp_reduce.c76 if (mp_cmp_d (x, 0) == MP_LT) { in mp_reduce()
85 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()
Dbn_mp_prime_next_prime.c38 if (mp_cmp_d(a, ltm_prime_tab[PRIME_SIZE-1]) == MP_LT) { in mp_prime_next_prime()
41 if (mp_cmp_d(a, ltm_prime_tab[x]) != MP_LT) { in mp_prime_next_prime()
Dbn_mp_div.c32 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
114 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
174 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
Dbn_mp_cmp.c25 return MP_LT; in mp_cmp()
Dbn_mp_add.c38 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
Dbn_mp_sub.c39 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
Dbn_mp_montgomery_calc_normalization.c46 if (mp_cmp_mag (a, b) != MP_LT) { in mp_montgomery_calc_normalization()
Dbn_mp_reduce_2k_l.c48 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k_l()
Dbn_mp_reduce_2k.c47 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k()
Dbn_mp_lcm.c35 if (mp_cmp_mag(a, b) == MP_LT) { in mp_lcm()
Dbn_mp_dr_reduce.c84 if (mp_cmp_mag (x, n) != MP_LT) { in mp_dr_reduce()
Dbn_mp_montgomery_reduce.c108 if (mp_cmp_mag (x, n) != MP_LT) { in mp_montgomery_reduce()
Dbn_fast_mp_montgomery_reduce.c163 if (mp_cmp_mag (x, n) != MP_LT) { in fast_mp_montgomery_reduce()
Dbn_fast_mp_invmod.c97 if (mp_cmp (&u, &v) != MP_LT) { in fast_mp_invmod()
/external/wpa_supplicant/
Dlibtommath.c60 #define MP_LT -1 /* less than */ macro
390 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
422 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
631 return MP_LT; in mp_cmp()
652 return MP_LT; in mp_cmp_d()
664 return MP_LT; in mp_cmp_d()
800 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
841 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
848 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
874 return MP_LT; in mp_cmp_mag()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c83 #define MP_LT -1 /* less than */ macro
430 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
462 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
675 return MP_LT; in mp_cmp()
696 return MP_LT; in mp_cmp_d()
708 return MP_LT; in mp_cmp_d()
847 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
888 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
895 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
922 return MP_LT; in mp_cmp_mag()
[all …]
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c83 #define MP_LT -1 /* less than */ macro
430 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
462 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
675 return MP_LT; in mp_cmp()
696 return MP_LT; in mp_cmp_d()
708 return MP_LT; in mp_cmp_d()
847 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
888 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
895 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
922 return MP_LT; in mp_cmp_mag()
[all …]
/external/dropbear/libtommath/pre_gen/
Dmpi.c149 if (mp_cmp (&u, &v) != MP_LT) { in fast_mp_invmod()
367 if (mp_cmp_mag (x, n) != MP_LT) { in fast_mp_montgomery_reduce()
848 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
1248 return MP_LT; in mp_cmp()
1293 return MP_LT; in mp_cmp_d()
1305 return MP_LT; in mp_cmp_d()
1348 return MP_LT; in mp_cmp_mag()
1364 return MP_LT; in mp_cmp_mag()
1587 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1669 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
[all …]
/external/dropbear/
Ddss.c198 if (mp_cmp(&val1, key->q) != MP_LT) { in buf_dss_verify()
219 if (mp_cmp(&val1, key->q) != MP_LT) { in buf_dss_verify()
Drandom.c237 } while (mp_cmp(rand, max) != MP_LT); in gen_random_mpint()
/external/dropbear/libtomcrypt/src/math/
Dltm_desc.c126 case MP_LT: return LTC_MP_LT; in compare()
139 case MP_LT: return LTC_MP_LT; in compare_d()
/external/dropbear/libtommath/mtest/
Dmpi.c85 #define MP_LT -1 macro
1779 return MP_LT; in mp_cmp_z()
1802 return MP_LT; in mp_cmp_d()
1830 return MP_LT; in mp_cmp()
3786 return MP_LT; in s_mp_cmp()
3795 return MP_LT; in s_mp_cmp()
3819 return MP_LT; in s_mp_cmp_d()

12