Lines Matching refs:tempy
90 mp_int lambda, temp, tempx, tempy;
95 MP_DIGITS(&tempy) = 0;
99 MP_CHECKOK(mp_init(&tempy, FLAG(px)));
116 MP_CHECKOK(group->meth->field_sub(py, qy, &tempy, group->meth));
119 field_div(&tempy, &tempx, &lambda, group->meth));
142 MP_CHECKOK(group->meth->field_mul(qy, &temp, &tempy, group->meth));
144 field_div(&tempx, &tempy, &lambda, group->meth));
151 MP_CHECKOK(group->meth->field_sub(qx, &tempx, &tempy, group->meth));
153 field_mul(&tempy, &lambda, &tempy, group->meth));
154 MP_CHECKOK(group->meth->field_sub(&tempy, qy, &tempy, group->meth));
156 MP_CHECKOK(mp_copy(&tempy, ry));
162 mp_clear(&tempy);