/external/dropbear/libtommath/ |
bn_mp_cmp_d.c | 19 int mp_cmp_d(mp_int * a, mp_digit b) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 459 #define mp_cmp_d(a, b) ltc_mp.compare_d(a, b) macro 496 #define mp_iszero(a) (mp_cmp_d(a, 0) == LTC_MP_EQ ? LTC_MP_YES : LTC_MP_NO)
|
/external/wpa_supplicant/ |
libtommath.c | 648 static int mp_cmp_d(mp_int * a, mp_digit b) function 835 if (mp_cmp_d (&v, 1) != MP_EQ) { 841 while (mp_cmp_d(&C, 0) == MP_LT) { [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ) 1797 int mp_cmp_d(mp_int *a, mp_digit d) function [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 692 static int mp_cmp_d(mp_int * a, mp_digit b) function 882 if (mp_cmp_d (&v, 1) != MP_EQ) { 888 while (mp_cmp_d(&C, 0) == MP_LT) { [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 692 static int mp_cmp_d(mp_int * a, mp_digit b) function 882 if (mp_cmp_d (&v, 1) != MP_EQ) { 888 while (mp_cmp_d(&C, 0) == MP_LT) { [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 177 if (mp_cmp_d (&v, 1) != MP_EQ) { 1289 int mp_cmp_d(mp_int * a, mp_digit b) function [all...] |