Function EC_GROUP_get_curve

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