Lines Matching refs:mp_mul
493 static int mp_mul (mp_int * a, mp_int * b, mp_int * c)
529 #error mp_mul could fail
549 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
1984 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2059 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2087 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2169 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) {
2273 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) {
3112 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
3181 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
3210 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {