Home | History | Annotate | Download | only in tls

Lines Matching refs:mp_mulmod

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