pub unsafe extern "C" fn aes128_cmac_update(
    ctx: *mut aes128_cmac_context_t,
    data: *const c_void,
    len: size_t
)
Expand description

@brief Update the AES128 CMAC context with a portion of the message being hashed

@param[in] ctx Pointer to the AES128 CMAC context to update @param[in] data Input data @param[in] len Length of @p data