Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:mp_jacobi

4006 int mp_jacobi (mp_int * a, mp_int * p, int *c)
4074 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {