Home | History | Annotate | Download | only in libtommath

Lines Matching defs:tmp2

27     mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2;
33 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
96 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) {
99 if ((res = mp_add(&tmp2, &b1, &tmp2)) != MP_OKAY) {
102 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
105 if ((res = mp_add(&tmp2, &b2, &tmp2)) != MP_OKAY) {
109 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
127 if ((res = mp_mul_2(&b2, &tmp2)) != MP_OKAY) {
130 if ((res = mp_add(&tmp2, &b1, &tmp2)) != MP_OKAY) {
133 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
136 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY) {
140 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) {
152 if ((res = mp_add(&b2, &b1, &tmp2)) != MP_OKAY) {
155 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY) {
158 if ((res = mp_mul(&tmp1, &tmp2, &w2)) != MP_OKAY) {
276 &b2, &tmp1, &tmp2, NULL);