Searched refs:s_mp_mul (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/mpi/ |
H A D | mpi-priv.h | 224 mp_err s_mp_mul(mp_int *a, const mp_int *b); /* magnitude multiply */ 228 #define s_mp_sqr(a) s_mp_mul(a, a)
|
H A D | mpi.c | 661 if((res = s_mp_mul(&s, &x)) != MP_OKAY) in mp_expt_d() 1159 if((res = s_mp_mul(&s, &x)) != MP_OKAY) in mp_expt() 1175 if((res = s_mp_mul(&s, &x)) != MP_OKAY) in mp_expt() 1542 if((res = s_mp_mul(&s, &x)) != MP_OKAY) in s_mp_exptmod() 1562 if((res = s_mp_mul(&s, &x)) != MP_OKAY) in s_mp_exptmod() 1609 if((res = s_mp_mul(&s, &x)) != MP_OKAY || in mp_exptmod_d() 3894 mp_err s_mp_mul(mp_int *a, const mp_int *b) in s_mp_mul() function 4395 s_mp_mul(&q, mu); /* q2 = q1 * mu */ in s_mp_reduce() 4402 s_mp_mul(&q, m); in s_mp_reduce()
|