Searched refs:mp_div_2d (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h283 mp_err mp_div_2d(const mp_int *a, mp_digit d, mp_int *q, mp_int *r);
H A Dmpi.c1084 /* {{{ mp_div_2d(a, d, q, r) */
1086 mp_err mp_div_2d(const mp_int *a, mp_digit d, mp_int *q, mp_int *r) function
1109 } /* end mp_div_2d() */

Completed in 632 milliseconds