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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h297 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
H A Dmpi.c1398 /* {{{ mp_addmod(a, b, m, c) */
1401 mp_addmod(a, b, m, c)
1406 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) function
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec.c769 CHECK_MPI_OK( mp_addmod(&s, &d, &n, &s) ); /* s = s + d mod n */

Completed in 70 milliseconds