Lines Matching refs:y_in
1080 * point_double calculates 2*(x_in, y_in, z_in)
1086 * while x_out == y_in is not (maybe this works, but it's not tested). */
1089 const felem x_in, const felem y_in, const felem z_in)
1102 felem_square(tmp, y_in);
1141 felem_assign(ftmp, y_in);
1846 felem z1, z2, x_in, y_in, x_out, y_out;
1853 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) ||
1870 felem_mul(tmp, y_in, z1);
1871 felem_reduce(y_in, tmp);
1872 felem_contract(y_out, y_in);
1933 felem x_in, y_in, z_in, x_out, y_out, z_out;
2099 felem_contract(y_in, y_out);
2101 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||