Lines Matching refs:x1
682 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t;
707 x1 = BN_CTX_get(ctx);
726 if (!BN_copy(x1, &b->X)) goto err;
731 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
735 if (BN_GF2m_cmp(x0, x1))
737 if (!BN_GF2m_add(t, x0, x1)) goto err;
747 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
753 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
754 if (!BN_GF2m_add(s, s, x1)) goto err;
761 if (!BN_GF2m_add(y2, x1, x2)) goto err;