OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_jacobi
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtommath/
bn_mp_jacobi.c
21
int
mp_jacobi
(mp_int * a, mp_int * p, int *c)
function
89
if ((res =
mp_jacobi
(&p1, &a1, &r)) != MP_OKAY) {
/external/dropbear/libtommath/pre_gen/
mpi.c
4006
int
mp_jacobi
(mp_int * a, mp_int * p, int *c)
function
[
all
...]
Completed in 12 milliseconds