Searched refs:mp_cmp_mag (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 175 static int mp_cmp_mag(mp_int * a, mp_int * b); 443 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add() 475 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub() 700 return mp_cmp_mag(b, a); in mp_cmp() 702 return mp_cmp_mag(a, b); in mp_cmp() 911 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow() 927 static int mp_cmp_mag (mp_int * a, mp_int * b) in mp_cmp_mag() function 1620 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div() 1702 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div() 1815 } while (mp_cmp_mag(&t1, &t2) == MP_GT); in mp_div() [all …]
|