Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_reduce

1316 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
1347 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
1361 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{