Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:mp_mod_2d

1964     if ((res = mp_mod_2d (a, b, &t)) != MP_OKAY) {
4597 mp_mod_2d (mp_int * a, int b, mp_int * c)
6617 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
7861 if ((res = mp_mod_2d
7869 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);
7877 if ((res = mp_mod_2d(b, DIGIT_BIT * B, &b0)) != MP_OKAY) {
7885 mp_mod_2d(&b1, DIGIT_BIT * B, &b1);
8142 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
8150 mp_mod_2d(&a1, DIGIT_BIT * B, &a1);