Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c177 static int mp_abs(mp_int * a, mp_int * b);
623 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) { in mp_exptmod()
1305 static int mp_abs (mp_int * a, mp_int * b) in mp_abs() function
1640 if (((res = mp_abs(a, &ta)) != MP_OKAY) || in mp_div()
1641 ((res = mp_abs(b, &tb)) != MP_OKAY) || in mp_div()