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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_abs.c25 mp_abs (mp_int * a, mp_int * b) function
H A Dbn_mp_gcd.c28 return mp_abs (b, c);
31 return mp_abs (a, c);
H A Dbn_mp_exptmod.c55 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
H A Dbn_mp_div.c54 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
55 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
H A Dtommath.h308 int mp_abs(mp_int *a, mp_int *b);
407 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
/netbsd-current/external/bsd/wpa/dist/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) ||
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c1668 mp_abs (const mp_int * a, mp_int * b) function
4389 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {

Completed in 269 milliseconds