Home | History | Annotate | Download | only in tls

Lines Matching defs:mp_mulmod

527 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d)
3067 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) {