Searched defs:mp_mul (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/common/mpi/
H A Dmpi.c895 /* {{{ mp_mul(a, b, c) */
898 mp_mul(a, b, c)
902 mp_err mp_mul(const mp_int *a, const mp_int *b, mp_int *c) function
1076 } /* end mp_mul() */
1634 if((res = mp_mul(a, b, c)) != MP_OKAY)
2041 res = mp_mul(&u, &v, c); /* c = u * v */
2078 if((res = mp_mul(a, b, &prod)) != MP_OKAY)
2202 MP_CHECKOK( mp_mul(&gx, &v, g) );
2495 MP_CHECKOK( mp_mul(&val, &t1, &tmp) );
2497 MP_CHECKOK( mp_mul(
[all...]

Completed in 36 milliseconds