HomeSort by: relevance | last modified time | path
    Searched defs:mp_abs (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_abs.c 25 mp_abs (mp_int * a, mp_int * b) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 169 static int mp_abs(mp_int * a, mp_int * b);
615 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1297 static int mp_abs (mp_int * a, mp_int * b) function
1632 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1633 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 1668 mp_abs (const mp_int * a, mp_int * b) function
4389 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {

Completed in 25 milliseconds