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

/freebsd-13-stable/contrib/wpa/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
1620 if (mp_cmp_mag (a, b) == MP_LT) {
1702 if (mp_cmp_mag (a, b) == MP_LT) {
1815 } while (mp_cmp_mag(
[all...]

Completed in 55 milliseconds