Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dbignum.c117 return mp_cmp((mp_int *) a, (mp_int *) b); in bignum_cmp()
Dlibtommath.c686 static int mp_cmp (mp_int * a, mp_int * b) in mp_cmp() function
863 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
1648 if (mp_cmp(&tb, &ta) != MP_GT) { in mp_div()
1762 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
2324 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()