OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_expt_d
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtommath/
bn_mp_expt_d.c
19
int
mp_expt_d
(mp_int * a, mp_digit b, mp_int * c)
function
/external/dropbear/libtommath/mtest/
mpi.c
756
/* {{{
mp_expt_d
(a, d, b) */
758
mp_err
mp_expt_d
(mp_int *a, mp_digit d, mp_int *c)
function
793
} /* end
mp_expt_d
() */
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
2459
int
mp_expt_d
(mp_int * a, mp_digit b, mp_int * c)
function
[
all
...]
Completed in 217 milliseconds