Lines Matching refs:y_in
1107 const felem x_in, const felem y_in, const felem z_in) in point_double() argument
1124 felem_square(tmp, y_in); in point_double()
1158 felem_assign(ftmp, y_in); in point_double()
1189 const smallfelem x_in, const smallfelem y_in, in point_double_small() argument
1196 smallfelem_expand(felem_y_in, y_in); in point_double_small()
1948 felem z1, z2, x_in, y_in; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1956 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1973 felem_mul(tmp, y_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1974 felem_reduce(y_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1975 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
2035 smallfelem x_in, y_in, z_in; in ossl_ec_GFp_nistp256_points_mul() local
2202 felem_contract(y_in, y_out); in ossl_ec_GFp_nistp256_points_mul()
2204 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp256_points_mul()