Lines Matching refs:y_out
84 static EpidStatus PiOp(PairingState* ps, FfElement* x_out, FfElement* y_out,
91 FfElement* y_out, FfElement* z_out, FfElement* z2_out,
98 FfElement* y_out, FfElement* z_out, FfElement* z2_out,
809 static EpidStatus PiOp(PairingState* ps, FfElement* x_out, FfElement* y_out, in PiOp() argument
818 if (!ps || !x_out || !y_out || !x || !y) { in PiOp()
842 sts = ippsGFpCpyElement(y->ipp_ff_elem, y_out->ipp_ff_elem, Fq2); in PiOp()
850 sts = ippsGFpConj(y_out->ipp_ff_elem, y_out->ipp_ff_elem, Fq2); in PiOp()
858 sts = ippsGFpMul(y_out->ipp_ff_elem, ps->g[e - 1][2]->ipp_ff_elem, in PiOp()
859 y_out->ipp_ff_elem, Fq2); in PiOp()
989 FfElement* y_out, FfElement* z_out, FfElement* z2_out, in Line() argument
1016 if (!f || !x_out || !y_out || !z_out || !z2_out || !px || !py || !x || !y || in Line()
1021 if (!f->ipp_ff_elem || !x_out->ipp_ff_elem || !y_out->ipp_ff_elem || in Line()
1174 sts = ippsGFpSub(t8->ipp_ff_elem, t0->ipp_ff_elem, y_out->ipp_ff_elem, Fq2); in Line()
1249 FfElement* y_out, FfElement* z_out, FfElement* z2_out, in Tangent() argument
1271 if (!gt || !f || !x_out || !y_out || !z_out || !z2_out || !px || !py || in Tangent()
1277 !y_out->ipp_ff_elem || !z_out->ipp_ff_elem || !z2_out->ipp_ff_elem || in Tangent()
1363 sts = ippsGFpSub(t3->ipp_ff_elem, x_out->ipp_ff_elem, y_out->ipp_ff_elem, in Tangent()
1366 sts = ippsGFpMul(y_out->ipp_ff_elem, t4->ipp_ff_elem, y_out->ipp_ff_elem, in Tangent()
1370 sts = ippsGFpSub(y_out->ipp_ff_elem, t2->ipp_ff_elem, y_out->ipp_ff_elem, in Tangent()