Lines Matching defs:mp_mod
97 if ((res = mp_mod (a, b, &y)) != MP_OKAY) {
1016 res = mp_mod (&t, c, d);
2781 if ((err = mp_mod(G, P, &M[1])) != MP_OKAY) {
3729 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
3949 if ((res = mp_mod(arg,&t,&t)) != MP_OKAY) {
3955 * is already equal to MP_OKAY from the mp_mod call
4071 if ((res = mp_mod (p, &a1, &p1)) != MP_OKAY) {
4545 mp_mod (mp_int * a, mp_int * b, mp_int * c)
5275 res = mp_mod (&t, c, d);
7358 res = mp_mod (&t, b, c);
7649 res = mp_mod (&t, c, d);
8953 if ((err = mp_mod (G, P, &M[1])) != MP_OKAY) {