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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h222 mp_err s_mp_exptmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
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 588 milliseconds