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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h296 mp_err mp_sqrmod(const mp_int *a, const mp_int *m, mp_int *c);
298 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) macro
H A Dmpi.c1463 /* {{{ mp_sqrmod(a, m, c) */
1466 mp_err mp_sqrmod(const mp_int *a, const mp_int *m, mp_int *c) function
1479 } /* end mp_sqrmod() */

Completed in 38 milliseconds