Searched defs:mp_expt (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtommath/mtest/
H A Dmpi.c1253 /* {{{ mp_expt(a, b, c) */
1256 mp_expt(a, b, c)
1262 mp_err mp_expt(mp_int *a, mp_int *b, mp_int *c) function
1327 } /* end mp_expt() */
1628 same code as mp_expt(), except for the addition of the reductions)

Completed in 27 milliseconds