Function HMAC_Final

Source
pub unsafe extern "C" fn HMAC_Final(
    ctx: *mut hmac_ctx_st,
    md: *mut u8,
    len: *mut u32,
) -> i32