Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dlibtommath.c153 static int mp_mod_2d(mp_int * a, int b, mp_int * c);
1039 if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) { in mp_div_2d()
1565 static int mp_mod_2d (mp_int * a, int b, mp_int * c) in mp_mod_2d() function
2290 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) { in mp_reduce()