Searched refs:mp_abs (Results 1 - 13 of 13) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_abs.c23 mp_abs (mp_int * a, mp_int * b) function
H A Dbn_mp_gcd.c26 return mp_abs (b, c);
29 return mp_abs (a, c);
H A Dbn_mp_exptmod.c53 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
H A Dbn_mp_div.c52 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
53 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
H A Dtommath.h302 int mp_abs(mp_int *a, mp_int *b);
401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
H A Dbn.tex1132 int mp_abs (mp_int * a, mp_int * b);
/external/dropbear/libtommath/mtest/
H A Dmpi.h118 mp_err mp_abs(mp_int *a, mp_int *b);
H A Dmpi.c802 /* {{{ mp_abs(a, b) */
805 mp_abs(a, b)
810 mp_err mp_abs(mp_int *a, mp_int *b) function
823 } /* end mp_abs() */
2089 mp_abs(&xc, &xc);
2092 mp_abs(&yc, &yc);
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c164 static int mp_abs(mp_int * a, mp_int * b);
610 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1289 static int mp_abs (mp_int * a, mp_int * b) function
1625 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1626 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c172 static int mp_abs(mp_int * a, mp_int * b);
618 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1297 static int mp_abs (mp_int * a, mp_int * b) function
1633 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1634 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c172 static int mp_abs(mp_int * a, mp_int * b);
618 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1297 static int mp_abs (mp_int * a, mp_int * b) function
1633 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1634 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c172 static int mp_abs(mp_int * a, mp_int * b);
618 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1297 static int mp_abs (mp_int * a, mp_int * b) function
1633 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1634 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c786 mp_abs (mp_int * a, mp_int * b) function
1607 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1608 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
2554 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
3181 return mp_abs (b, c);
3184 return mp_abs (a, c);

Completed in 533 milliseconds