Searched refs:mp_addmod (Results 1 – 3 of 3) sorted by relevance
297 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c);
1406 mp_err mp_addmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) in mp_addmod() function
769 CHECK_MPI_OK( mp_addmod(&s, &d, &n, &s) ); /* s = s + d mod n */ in ECDSA_SignDigestWithSeed()