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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_mont.c110 * is not implemented and we have to use mp_mul and s_mp_redc directly
113 MP_CHECKOK(s_mp_redc(r, (mp_mont_modulus *) meth->extra1));
184 MP_CHECKOK(s_mp_redc(r, (mp_mont_modulus *) meth->extra1));
H A Dmpmontg.c87 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm) function
H A Dmpi-priv.h304 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm);

Completed in 34 milliseconds