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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c183 static int mp_reduce_setup(mp_int * a, mp_int * b);
1937 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2243 static int mp_reduce_setup (mp_int * a, mp_int * b) function
2255 * precomputed via mp_reduce_setup.

Completed in 105 milliseconds