EC_POINT_get_affine_coordinates
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx))
if (!EC_POINT_get_affine_coordinates(group, b, x1, y1, ctx))
if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx))
if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx))
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
if (!EC_POINT_get_affine_coordinates(key->group, point, tx, ty, ctx))
return EC_POINT_get_affine_coordinates(group, point, x, y, ctx);
return EC_POINT_get_affine_coordinates(group, point, x, y, ctx);
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
if (!EC_POINT_get_affine_coordinates(group, point, x, y, ctx))
if (!EC_POINT_get_affine_coordinates(group, tmp, x, y, ctx)) {
if (!EC_POINT_get_affine_coordinates(group, point, X, NULL,
if (!EC_POINT_get_affine_coordinates(group, point, X, NULL, ctx)) {
if (EC_POINT_get_affine_coordinates(group, C, X,
if (EC_POINT_get_affine_coordinates(group, C, X, NULL, ctx) == 0) {
if (EC_POINT_get_affine_coordinates(group, pnt, X, Y, ctx) == 0)
if (EC_POINT_get_affine_coordinates(GOST_KEY_get0_group(ec),
if (EC_POINT_get_affine_coordinates(group, pubkey, X, Y, ctx) == 0) {
if (EC_POINT_get_affine_coordinates(key->group, point, tx, ty,
int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,