Function HMAC_Init

Source
pub unsafe extern "C" fn HMAC_Init(
    ctx: *mut hmac_ctx_st,
    key: *const c_void,
    len: i32,
    md: *const evp_md_st,
) -> i32