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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec_naf.c91 mp_div_2(&k, &k);
H A Dmpi.h266 mp_err mp_div_2(const mp_int *a, mp_int *c);
H A Decp_jac.c304 MP_CHECKOK(mp_div_2(&t1, &t1));
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 85 milliseconds