Home
last modified time | relevance | path

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

/dragonfly/contrib/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) { 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()
1620 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1702 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
2178 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k_l()
2838 if (mp_cmp_mag (x, n) != MP_LT) { in fast_mp_montgomery_reduce()
[all …]