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

/osnet-11/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);
/osnet-11/usr/src/common/mpi/
H A Dmpi-priv.h311 mp_err s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c,
H A Dmpmontg.c192 mp_err s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c, function

Completed in 81 milliseconds