Function EC_POINT_get_affine_coordinates_GF2m

Source
pub unsafe extern "C" fn EC_POINT_get_affine_coordinates_GF2m(
    group: *const ec_group_st,
    p: *const ec_point_st,
    x: *mut bignum_st,
    y: *mut bignum_st,
    ctx: *mut bignum_ctx,
) -> i32
Expand description

Gets the affine coordinates of an EC_POINT. A synonym of EC_POINT_get_affine_coordinates \param group underlying EC_GROUP object \param p EC_POINT object \param x BIGNUM for the x-coordinate \param y BIGNUM for the y-coordinate \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occurred