Function EC_POINT_mul

Source
pub unsafe extern "C" fn EC_POINT_mul(
    group: *const ec_group_st,
    r: *mut ec_point_st,
    n: *const bignum_st,
    q: *const ec_point_st,
    m: *const bignum_st,
    ctx: *mut bignum_ctx,
) -> i32