Searched refs:mp_addmod (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 297 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
|
H A D | mpi.c | 1398 /* {{{ 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 D | ec.c | 769 CHECK_MPI_OK( mp_addmod(&s, &d, &n, &s) ); /* s = s + d mod n */
|
Completed in 54 milliseconds