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

/external/dropbear/libtommath/
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)
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4006 int mp_jacobi (mp_int * a, mp_int * p, int *c) function
4074 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {

Completed in 94 milliseconds