Searched refs:mp_submod (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_384.c176 MP_CHECKOK(mp_submod(r, &m[9], &meth->irr, r));
245 MP_CHECKOK(mp_submod(r, &m[9], &meth->irr, r));
H A Dmpi.h293 mp_err mp_submod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
H A Dmpi.c1413 /* {{{ mp_submod(a, b, m, c) */
1416 mp_submod(a, b, m, c)
1421 mp_err mp_submod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) function

Completed in 62 milliseconds