Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h164 static int mp_cmp_mag(mp_int * a, mp_int * b);
438 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
471 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
697 return mp_cmp_mag(b, a); in mp_cmp()
699 return mp_cmp_mag(a, b); in mp_cmp()
912 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
929 mp_cmp_mag (mp_int * a, mp_int * b) in mp_cmp_mag() function
1643 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1726 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1839 } while (mp_cmp_mag(&t1, &t2) == MP_GT); in mp_div()
[all …]