Lines Matching refs:mp_mul_2d
1609 ((res = mp_mul_2d(&tb, n, &tb)) != MP_OKAY) ||
1610 ((res = mp_mul_2d(&tq, n, &tq)) != MP_OKAY)) {
1710 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) {
1713 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) {
3247 if ((res = mp_mul_2d (&u, k, c)) != MP_OKAY) {
5090 int mp_mul_2d (mp_int * a, int b, mp_int * c)
6532 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
7169 if ((res = mp_mul_2d (a, 4, a)) != MP_OKAY) {
8026 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
8033 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
8258 if ((res = mp_mul_2d(&w0, 3, &tmp1)) != MP_OKAY) {
8265 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {