Lines Matching refs:y_in
1105 const felem x_in, const felem y_in, const felem z_in) in point_double() argument
1122 felem_square(tmp, y_in); in point_double()
1156 felem_assign(ftmp, y_in); in point_double()
1187 const smallfelem x_in, const smallfelem y_in, in point_double_small() argument
1194 smallfelem_expand(felem_y_in, y_in); in point_double_small()
1953 felem z1, z2, x_in, y_in; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1978 felem_mul(tmp, y_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1979 felem_reduce(y_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1980 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
2040 smallfelem x_in, y_in, z_in; in ossl_ec_GFp_nistp256_points_mul() local
2209 felem_contract(y_in, y_out); in ossl_ec_GFp_nistp256_points_mul()
2211 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp256_points_mul()