Searched refs:s_mp_mul_mont (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ecp_mont.c | 118 /* 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 D | mpi-priv.h | 311 mp_err s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c,
|
H A D | mpmontg.c | 192 mp_err s_mp_mul_mont(const mp_int *a, const mp_int *b, mp_int *c, function
|
Completed in 81 milliseconds