Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/
Dbignum.c117 return mp_cmp((mp_int *) a, (mp_int *) b); in bignum_cmp()
Dlibtommath.h683 mp_cmp (mp_int * a, mp_int * b) in mp_cmp() function
864 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
1671 if (mp_cmp(&tb, &ta) != MP_GT) { in mp_div()
1786 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
2355 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dlibtommath.h687 mp_cmp (mp_int * a, mp_int * b) in mp_cmp() function
868 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
1675 if (mp_cmp(&tb, &ta) != MP_GT) { in mp_div()
1790 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
2359 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()