Searched refs:mp_cmp_mag (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c175 static int mp_cmp_mag(mp_int * a, mp_int * b);
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
700 return mp_cmp_mag(b, a);
702 return mp_cmp_mag(a, b);
911 while (mp_cmp_mag(&C, b) != MP_LT) {
927 static int mp_cmp_mag (mp_int * a, mp_int * b) function
1621 if (mp_cmp_mag (a, b) == MP_LT) {
1703 if (mp_cmp_mag (a, b) == MP_LT) {
1816 } while (mp_cmp_mag(
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c175 static int mp_cmp_mag(mp_int * a, mp_int * b);
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
700 return mp_cmp_mag(b, a);
702 return mp_cmp_mag(a, b);
911 while (mp_cmp_mag(&C, b) != MP_LT) {
927 static int mp_cmp_mag (mp_int * a, mp_int * b) function
1621 if (mp_cmp_mag (a, b) == MP_LT) {
1703 if (mp_cmp_mag (a, b) == MP_LT) {
1816 } while (mp_cmp_mag(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c175 static int mp_cmp_mag(mp_int * a, mp_int * b);
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
700 return mp_cmp_mag(b, a);
702 return mp_cmp_mag(a, b);
911 while (mp_cmp_mag(&C, b) != MP_LT) {
927 static int mp_cmp_mag (mp_int * a, mp_int * b) function
1621 if (mp_cmp_mag (a, b) == MP_LT) {
1703 if (mp_cmp_mag (a, b) == MP_LT) {
1816 } while (mp_cmp_mag(
[all...]

Completed in 54 milliseconds