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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1113 /* {{{ mp_expt(a, b, c) */
1116 mp_expt(a, b, c)
1122 mp_err mp_expt(mp_int *a, mp_int *b, mp_int *c) function
1187 } /* end mp_expt() */
1491 same code as mp_expt(), except for the addition of the reductions)

Completed in 42 milliseconds