Searched refs:mp_addmod (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h292 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
H A Dec.c779 CHECK_MPI_OK( mp_addmod(&s, &d, &n, &s) ); /* s = s + d mod n */
H A Dmpi.c1388 /* {{{ mp_addmod(a, b, m, c) */
1391 mp_addmod(a, b, m, c)
1396 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) function

Completed in 55 milliseconds