Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_montgomery_reduce

1390 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
1454 if ((result = mp_montgomery_reduce(&c, &b, mp)) != MP_OKAY) \{
1468 if ((result = mp_montgomery_reduce(&c, &b, mp)) != MP_OKAY) \{
1475 if ((result = mp_montgomery_reduce(&c, &b, mp)) != MP_OKAY) \{