Lines Matching refs:x_in
1107 const felem x_in, const felem y_in, const felem z_in) in point_double() argument
1113 felem_assign(ftmp, x_in); in point_double()
1115 felem_assign(ftmp2, x_in); in point_double()
1130 felem_small_mul(tmp, small1, x_in); in point_double()
1189 const smallfelem x_in, const smallfelem y_in, in point_double_small() argument
1195 smallfelem_expand(felem_x_in, x_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()
1962 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1963 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1964 felem_contract(x_out, x_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
2201 felem_contract(x_in, x_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()