Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h150 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
1052 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) { in mp_div_2d()
1595 mp_mod_2d (mp_int * a, int b, mp_int * c) in mp_mod_2d() function
2329 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) { in mp_reduce()