[][src]Function sgx_tcrypto::rsgx_rijndael128_cmac_slice

pub fn rsgx_rijndael128_cmac_slice<T>(
    key: &sgx_cmac_128bit_key_t,
    src: &[T]
) -> SgxResult<sgx_cmac_128bit_tag_t> where
    T: Copy + ContiguousMemory

The rsgx_rijndael128_cmac_slice function performs a standard 128bit CMAC hash over the input data buffer.