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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c608 /* {{{ mp_div_2(a, c) */
611 mp_div_2(a, c)
616 mp_err mp_div_2(const mp_int *a, mp_int *c) function
629 } /* end mp_div_2() */

Completed in 50 milliseconds