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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h301 mp_err mp_exptmod_d(const mp_int *a, mp_digit d, const mp_int *m, mp_int *c);
H A Dmpi.c1581 /* {{{ mp_exptmod_d(a, d, m, c) */
1583 mp_err mp_exptmod_d(const mp_int *a, mp_digit d, const mp_int *m, mp_int *c) function
1620 } /* end mp_exptmod_d() */

Completed in 38 milliseconds