Lines Matching refs:x3
759 #define x3 (result->x) in dup_point_weierstrass() macro
771 mpi_set_ui(x3, 1); in dup_point_weierstrass()
807 ec_pow2(x3, l1, ctx); in dup_point_weierstrass()
809 ec_subm(x3, x3, t1, ctx); in dup_point_weierstrass()
817 ec_subm(y3, l2, x3, ctx); in dup_point_weierstrass()
822 #undef x3 in dup_point_weierstrass()
944 #define x3 (result->x) in add_points_weierstrass() macro
964 mpi_set(x3, p2->x); in add_points_weierstrass()
969 mpi_set(x3, p1->x); in add_points_weierstrass()
1007 mpi_set_ui(x3, 1); in add_points_weierstrass()
1023 ec_subm(x3, t1, t2, ctx); in add_points_weierstrass()
1025 ec_mul2(t1, x3, ctx); in add_points_weierstrass()
1042 #undef x3 in add_points_weierstrass()