Searched defs:s_mp_sub (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c3747 /* {{{ s_mp_sub(a, b) */
3750 mp_err s_mp_sub(mp_int *a, const mp_int *b) /* magnitude subtract */ function
3811 } /* end s_mp_sub() */
4307 s_mp_sub(&t, div); /* t -= div */
4315 MP_CHECKOK( s_mp_sub(&part, &t) ); /* part -= t */
4414 if((res = s_mp_sub(x, m)) != MP_OKAY)

Completed in 43 milliseconds