Searched defs:mp_cmp (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_cmp.c20 mp_cmp (mp_int * a, mp_int * b) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h458 #define mp_cmp(a, b) ltc_mp.compare(a, b) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c1810 /* {{{ mp_cmp(a, b) */
1812 int mp_cmp(mp_int *a, mp_int *b) function
1833 } /* end mp_cmp() */
1871 out = mp_cmp(a, &tmp);
2136 if(mp_cmp(&u, &v) >= 0) {
3406 while(mp_cmp(x, m) >= 0) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c686 static int mp_cmp (mp_int * a, mp_int * b) function
863 if (mp_cmp (&u, &v) != MP_LT) {
1649 if (mp_cmp(&tb, &ta) != MP_GT) {
1763 while (mp_cmp (&x, &y) != MP_LT) {
2325 while (mp_cmp (x, m) != MP_LT) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c686 static int mp_cmp (mp_int * a, mp_int * b) function
863 if (mp_cmp (&u, &v) != MP_LT) {
1649 if (mp_cmp(&tb, &ta) != MP_GT) {
1763 while (mp_cmp (&x, &y) != MP_LT) {
2325 while (mp_cmp (x, m) != MP_LT) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c686 static int mp_cmp (mp_int * a, mp_int * b) function
863 if (mp_cmp (&u, &v) != MP_LT) {
1649 if (mp_cmp(&tb, &ta) != MP_GT) {
1763 while (mp_cmp (&x, &y) != MP_LT) {
2325 while (mp_cmp (x, m) != MP_LT) {
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c149 if (mp_cmp (&u, &v) != MP_LT) {
1243 mp_cmp (mp_int * a, mp_int * b) function
1615 if (mp_cmp(&tb, &ta) != MP_GT) {
1729 while (mp_cmp (&x, &y) != MP_LT) {
3804 if (mp_cmp (&u, &v) != MP_LT) {
5382 } while (mp_cmp (&t1, &t2) != MP_EQ);
5390 if (mp_cmp (&t2, a) == MP_GT) {
5571 if (mp_cmp (&t, b) == MP_EQ) {
5798 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) {
5801 while ((j <= (s - 1)) && mp_cmp (
[all...]

Completed in 302 milliseconds