HomeSort by relevance Sort by last modified time
    Searched full:mp_abs (Results 1 - 12 of 12) sorted by null

  /external/dropbear/libtommath/
bn_mp_gcd.c 26 return mp_abs (b, c);
29 return mp_abs (a, c);
bn_mp_abs.c 23 mp_abs (mp_int * a, mp_int * b) function
bn_mp_exptmod.c 53 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
bn_mp_div.c 52 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
53 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
tommath.h 302 int mp_abs(mp_int *a, mp_int *b);
401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
changes.txt 385 -- Added mp_cmp_mag, mp_neg, mp_abs and mp_radix_size that were missing.
bn.tex     [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 118 mp_err mp_abs(mp_int *a, mp_int *b);
mpi.c 802 /* {{{ 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() */
    [all...]
  /external/wpa_supplicant/
libtommath.c 133 static int mp_abs(mp_int * a, mp_int * b);
567 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
1240 static int mp_abs (mp_int * a, mp_int * b) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 164 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
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 786 mp_abs (mp_int * a, mp_int * b) function
    [all...]

Completed in 101 milliseconds