Function EC_POINT_cmp

Source
pub unsafe extern "C" fn EC_POINT_cmp(
    group: *const ec_group_st,
    a: *const ec_point_st,
    b: *const ec_point_st,
    ctx: *mut bignum_ctx,
) -> i32