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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c177 static int mp_abs(mp_int * a, mp_int * b);
623 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1305 static int mp_abs (mp_int * a, mp_int * b) function
1640 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1641 ((res = mp_abs(b, &tb)) != MP_OKAY) ||

Completed in 203 milliseconds