Searched defs:mp_mulmod (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/common/mpi/ | ||
H A D | mpi.c | 1620 /* {{{ mp_mulmod(a, b, m, c) */ 1623 mp_mulmod(a, b, m, c) 1628 mp_err mp_mulmod(const mp_int *a, const mp_int *b, const mp_int *m, mp_int *c) function |
Completed in 33 milliseconds