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

/freebsd-11-stable/contrib/wpa/src/tls/
H A 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) {
1573 static int mp_mod_2d (mp_int * a, int b, mp_int * c) function
2298 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {

Completed in 108 milliseconds