Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dbignum.c129 return mp_cmp_d((mp_int *) a, b); in bignum_cmp_d()
Dlibtommath.h706 mp_cmp_d(mp_int * a, mp_digit b) in mp_cmp_d() function
899 if (mp_cmp_d (&v, 1) != MP_EQ) { in mp_invmod_slow()
905 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
2344 if (mp_cmp_d (x, 0) == MP_LT) { in mp_reduce()