Searched refs:mp_cmp_d (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dbignum.c129 return mp_cmp_d((mp_int *) a, b);
H A Dlibtommath.c708 static int mp_cmp_d(mp_int * a, mp_digit b) function
898 if (mp_cmp_d (&v, 1) != MP_EQ) {
904 while (mp_cmp_d(&C, 0) == MP_LT) {
2314 if (mp_cmp_d (x, 0) == MP_LT) {
/external/wpa_supplicant_8/src/tls/
H A Dbignum.c129 return mp_cmp_d((mp_int *) a, b);
H A Dlibtommath.c708 static int mp_cmp_d(mp_int * a, mp_digit b) function
898 if (mp_cmp_d (&v, 1) != MP_EQ) {
904 while (mp_cmp_d(&C, 0) == MP_LT) {
2314 if (mp_cmp_d (x, 0) == MP_LT) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dbignum.c129 return mp_cmp_d((mp_int *) a, b);
H A Dlibtommath.c708 static int mp_cmp_d(mp_int * a, mp_digit b) function
898 if (mp_cmp_d (&v, 1) != MP_EQ) {
904 while (mp_cmp_d(&C, 0) == MP_LT) {
2314 if (mp_cmp_d (x, 0) == MP_LT) {

Completed in 211 milliseconds