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

  /external/dropbear/libtommath/
bn_mp_cmp_mag.c 19 int mp_cmp_mag (mp_int * a, mp_int * b) function
  /external/dropbear/libtommath/mtest/
mpi.c 1845 int mp_cmp_mag(mp_int *a, mp_int *b) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 175 static int mp_cmp_mag(mp_int * a, mp_int * b);
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
700 return mp_cmp_mag(b, a);
702 return mp_cmp_mag(a, b);
911 while (mp_cmp_mag(&C, b) != MP_LT) {
927 static int mp_cmp_mag (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 367 if (mp_cmp_mag (x, n) != MP_LT) {
848 if (mp_cmp_mag (a, b) == MP_LT) {
1257 return mp_cmp_mag(b, a);
1259 return mp_cmp_mag(a, b);
1337 int mp_cmp_mag (mp_int * a, mp_int * b) function
    [all...]

Completed in 28 milliseconds