Function EC_GROUP_get_order

Source
pub unsafe extern "C" fn EC_GROUP_get_order(
    group: *const ec_group_st,
    order: *mut bignum_st,
    ctx: *mut bignum_ctx,
) -> i32