aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function CMAC_Init

Source
pub unsafe extern "C" fn CMAC_Init(
    ctx: *mut CMAC_CTX,
    key: *const c_void,
    key_len: usize,
    cipher: *const EVP_CIPHER,
    engine: *mut ENGINE,
) -> c_int