Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_reduce_setup

1308 int mp_reduce_setup(mp_int *a, mp_int *b);
1333 if ((result = mp_reduce_setup(&mu, b)) != MP_OKAY) \{