Lines Matching refs:y_in
1095 * point_double calculates 2*(x_in, y_in, z_in)
1101 * while x_out == y_in is not (maybe this works, but it's not tested).
1105 const felem x_in, const felem y_in, const felem z_in)
1122 felem_square(tmp, y_in);
1156 felem_assign(ftmp, y_in);
1187 const smallfelem x_in, const smallfelem y_in,
1194 smallfelem_expand(felem_y_in, y_in);
1953 felem z1, z2, x_in, y_in;
1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) ||
1978 felem_mul(tmp, y_in, z1);
1979 felem_reduce(y_in, tmp);
1980 felem_contract(y_out, y_in);
2040 smallfelem x_in, y_in, z_in;
2209 felem_contract(y_in, y_out);
2211 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) ||