Searched defs:mp_cmp_d (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_cmp_d.c19 int mp_cmp_d(mp_int * a, mp_digit b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h459 #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/dropbear/libtommath/mtest/
H A Dmpi.c1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ)
1789 /* {{{ mp_cmp_d(a, d) */
1792 mp_cmp_d(a, d)
1797 int mp_cmp_d(mp_int *a, mp_digit d) function
1806 } /* end mp_cmp_d() */
1861 you can always use mp_cmp_d(), and for zero, there is mp_cmp_z().
2201 if(mp_cmp_d(&g, 1) != MP_EQ) {
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c692 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) {
2298 if (mp_cmp_d (x, 0) == MP_LT) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c700 static int mp_cmp_d(mp_int * a, mp_digit b) function
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
2306 if (mp_cmp_d (x, 0) == MP_LT) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c700 static int mp_cmp_d(mp_int * a, mp_digit b) function
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
2306 if (mp_cmp_d (x, 0) == MP_LT) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c700 static int mp_cmp_d(mp_int * a, mp_digit b) function
890 if (mp_cmp_d (&v, 1) != MP_EQ) {
896 while (mp_cmp_d(&C, 0) == MP_LT) {
2306 if (mp_cmp_d (x, 0) == MP_LT) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c177 if (mp_cmp_d (&v, 1) != MP_EQ) {
1289 int mp_cmp_d(mp_int * a, mp_digit b) function
3084 if (mp_cmp_d(a, 0) != MP_EQ) {
3839 if (mp_cmp_d (&v, 1) != MP_EQ) {
3845 while (mp_cmp_d(&C, 0) == MP_LT) {
4013 if (mp_cmp_d(p, 0) != MP_GT) {
4024 if (mp_cmp_d (a, 1) == MP_EQ) {
4067 if (mp_cmp_d (&a1, 1) == MP_EQ) {
5556 if (mp_cmp_d(b, 1) != MP_GT) {
5681 if (mp_cmp_d(
[all...]

Completed in 315 milliseconds