Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:mp_abs

133 static int mp_abs(mp_int * a, mp_int * b);
567 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1240 static int mp_abs (mp_int * a, mp_int * b)
1567 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1568 ((res = mp_abs(b, &tb)) != MP_OKAY) ||