Lines Matching defs:t3
126 mp_int t3, t4, t5;
128 MP_DIGITS(&t3) = 0;
131 MP_CHECKOK(mp_init(&t3, FLAG(x2)));
154 MP_CHECKOK(group->meth->field_mul(z1, z2, &t3, group->meth));
165 MP_CHECKOK(group->meth->field_mul(&t4, &t3, &t4, group->meth));
168 MP_CHECKOK(group->meth->field_mul(&t3, x, &t3, group->meth));
169 MP_CHECKOK(group->meth->field_div(&t5, &t3, &t3, group->meth));
170 MP_CHECKOK(group->meth->field_mul(&t3, &t4, &t4, group->meth));
171 MP_CHECKOK(group->meth->field_mul(x1, &t3, x2, group->meth));
180 mp_clear(&t3);