Lines Matching refs:y_in
1037 const felem x_in, const felem y_in, const felem z_in)
1050 felem_square(tmp, y_in);
1089 felem_assign(ftmp, y_in);
1788 felem z1, z2, x_in, y_in, x_out, y_out;
1796 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) ||
1814 felem_mul(tmp, y_in, z1);
1815 felem_reduce(y_in, tmp);
1816 felem_contract(y_out, y_in);
1878 felem x_in, y_in, z_in, x_out, y_out, z_out;
2044 felem_contract(y_in, y_out);
2046 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||