Function HMAC_Init_ex

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