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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h267 mp_err mp_expt_d(const mp_int *a, mp_digit d, mp_int *c);
H A Dmpi.c633 /* {{{ mp_expt_d(a, d, b) */
635 mp_err mp_expt_d(const mp_int *a, mp_digit d, mp_int *c) function
670 } /* end mp_expt_d() */

Completed in 40 milliseconds