Function EC_GROUP_set_curve_GFp

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