Function EC_GROUP_get_curve_GF2m

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