Searched defs:MP_LT (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/mtest/
H A Dmpi.h17 #define MP_LT -1 macro
H A Dmpi.c85 #define MP_LT -1 macro
1779 return MP_LT;
1802 return MP_LT;
1830 return MP_LT;
3786 return MP_LT;
3795 return MP_LT;
3819 return MP_LT;
/external/dropbear/libtommath/
H A Dtommath.h135 #define MP_LT -1 /* less than */ macro
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c83 #define MP_LT -1 /* less than */ macro
430 if (mp_cmp_mag (a, b) == MP_LT) {
462 if (mp_cmp_mag (a, b) != MP_LT) {
675 return MP_LT;
696 return MP_LT;
708 return MP_LT;
847 if (mp_cmp (&u, &v) != MP_LT) {
888 while (mp_cmp_d(&C, 0) == MP_LT) {
895 while (mp_cmp_mag(&C, b) != MP_LT) {
922 return MP_LT;
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c91 #define MP_LT -1 /* less than */ macro
438 if (mp_cmp_mag (a, b) == MP_LT) {
470 if (mp_cmp_mag (a, b) != MP_LT) {
683 return MP_LT;
704 return MP_LT;
716 return MP_LT;
855 if (mp_cmp (&u, &v) != MP_LT) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
903 while (mp_cmp_mag(&C, b) != MP_LT) {
930 return MP_LT;
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c91 #define MP_LT -1 /* less than */ macro
438 if (mp_cmp_mag (a, b) == MP_LT) {
470 if (mp_cmp_mag (a, b) != MP_LT) {
683 return MP_LT;
704 return MP_LT;
716 return MP_LT;
855 if (mp_cmp (&u, &v) != MP_LT) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
903 while (mp_cmp_mag(&C, b) != MP_LT) {
930 return MP_LT;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c91 #define MP_LT -1 /* less than */ macro
438 if (mp_cmp_mag (a, b) == MP_LT) {
470 if (mp_cmp_mag (a, b) != MP_LT) {
683 return MP_LT;
704 return MP_LT;
716 return MP_LT;
855 if (mp_cmp (&u, &v) != MP_LT) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
903 while (mp_cmp_mag(&C, b) != MP_LT) {
930 return MP_LT;
[all...]

Completed in 88 milliseconds