Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c161 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
1047 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) { in mp_div_2d()
1573 static int mp_mod_2d (mp_int * a, int b, mp_int * c) in mp_mod_2d() function
2298 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) { in mp_reduce()