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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_mont.c118 /* if MP_MONT_USE_MP_MUL is defined, then the function s_mp_mul_mont
127 /* s_mp_mul_mont doesn't allow source and destination to be the same */
130 MP_CHECKOK(s_mp_mul_mont
135 return s_mp_mul_mont(a, b, r, (mp_mont_modulus *) meth->extra1);
/illumos-gate/usr/src/common/mpi/
H A Dmpmontg.c130 mp_err s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c, function
H A Dmpi-priv.h311 mp_err s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c,

Completed in 58 milliseconds