Searched refs:mp_jacobi (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_jacobi.c21 int mp_jacobi (mp_int * a, mp_int * p, int *c) function
89 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {
H A Dtommath.h393 int mp_jacobi(mp_int *a, mp_int *n, int *c);
H A Dbn.tex1802 int mp_jacobi (mp_int * a, mp_int * p, int *c)
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c4011 int mp_jacobi (mp_int * a, mp_int * p, int *c) function
4079 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {

Completed in 100 milliseconds