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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1484 /* {{{ s_mp_exptmod(a, b, m, c) */
1487 s_mp_exptmod(a, b, m, c)
1497 mp_err s_mp_exptmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) function
1577 } /* end s_mp_exptmod() */

Completed in 32 milliseconds