Home
last modified time | relevance | path

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.c1406 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) in mp_addmod() 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 */ in ECDSA_SignDigestWithSeed()