Home | History | Annotate | Download | only in mtest

Lines Matching full:mp_invmod

2173 /* {{{ mp_invmod(a, m, c) */
2176 mp_invmod(a, m, c)
2183 mp_err mp_invmod(mp_int *a, mp_int *m, mp_int *c)
2216 } /* end mp_invmod() */