Home | History | Annotate | Download | only in tls

Lines Matching defs:mp_reduce_setup

170 static int mp_reduce_setup(mp_int * a, mp_int * b);
1922 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2228 static int mp_reduce_setup (mp_int * a, mp_int * b)
2240 * precomputed via mp_reduce_setup.