xilasu
Vitis Drivers API Documentation
xasu_aes_common.c File Reference

Overview

This file contains the AES function definition which are common across the client and server.

MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 am 10/03/24 Initial release 1.1 am 01/20/25 Added AES CCM Iv validation am 03/14/25 Renamed XAsu_AesValidateIv() to XAsu_AesValidateIvParams() and XAsu_AesValidateTag() to XAsu_AesValidateTagParams()

 

Functions

s32 XAsu_AesValidateIvParams (u8 EngineMode, u64 IvAddr, u32 IvLen)
 This function validates the IV parameters for the specified AES engine mode. More...
 
s32 XAsu_AesValidateTagParams (u8 EngineMode, u64 TagAddr, u32 TagLen)
 This API Validates the tag parameters for the specified AES engine mode. More...