pub unsafe extern "C" fn EC_POINT_set_affine_coordinates_GFp(
group: *const ec_group_st,
p: *mut ec_point_st,
x: *const bignum_st,
y: *const bignum_st,
ctx: *mut bignum_ctx,
) -> i32
Expand description
Sets the affine coordinates of an EC_POINT. A synonym of EC_POINT_set_affine_coordinates \param group underlying EC_GROUP object \param p EC_POINT object \param x BIGNUM with the x-coordinate \param y BIGNUM with the y-coordinate \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occurred