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

/illumos-gate/usr/src/common/mpi/
H A Dmpi-priv.h231 mp_err s_mp_exptmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
H A Dmpi.c1494 /* {{{ s_mp_exptmod(a, b, m, c) */
1497 s_mp_exptmod(a, b, m, c)
1507 mp_err s_mp_exptmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) function
1587 } /* end s_mp_exptmod() */

Completed in 116 milliseconds