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

  /external/dropbear/libtommath/
bn_mp_abs.c 23 mp_abs (mp_int * a, mp_int * b) function
  /external/dropbear/libtommath/mtest/
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_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/wpa_supplicant_8/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 142 milliseconds