Lines Matching defs:mp_mod
173 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
553 res = mp_mod (&t, c, d);
560 static int mp_mod (mp_int * a, mp_int * b, mp_int * c)
788 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
1957 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {
3092 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {