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

  /external/dropbear/libtommath/
bn_mp_cmp.c 20 mp_cmp (mp_int * a, mp_int * b) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 458 #define mp_cmp(a, b) ltc_mp.compare(a, b) macro
  /external/dropbear/libtommath/mtest/
mpi.c 1812 int mp_cmp(mp_int *a, mp_int *b) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 686 static int mp_cmp (mp_int * a, mp_int * b) function
863 if (mp_cmp (&u, &v) != MP_LT) {
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 149 if (mp_cmp (&u, &v) != MP_LT) {
1243 mp_cmp (mp_int * a, mp_int * b) function
    [all...]

Completed in 39 milliseconds