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

  /external/dropbear/libtommath/
bn_mp_cmp_mag.c 19 int mp_cmp_mag (mp_int * a, mp_int * b) function
  /external/wpa_supplicant/
libtommath.c 131 static int mp_cmp_mag(mp_int * a, mp_int * b);
390 if (mp_cmp_mag (a, b) == MP_LT) {
422 if (mp_cmp_mag (a, b) != MP_LT) {
640 return mp_cmp_mag(b, a);
642 return mp_cmp_mag(a, b);
848 while (mp_cmp_mag(&C, b) != MP_LT) {
863 static int mp_cmp_mag (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 1845 int mp_cmp_mag(mp_int *a, mp_int *b) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 162 static int mp_cmp_mag(mp_int * a, mp_int * b);
430 if (mp_cmp_mag (a, b) == MP_LT) {
462 if (mp_cmp_mag (a, b) != MP_LT) {
684 return mp_cmp_mag(b, a);
686 return mp_cmp_mag(a, b);
895 while (mp_cmp_mag(&C, b) != MP_LT) {
911 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 38 milliseconds