![]() |
xilsecure
Vitis Drivers API Documentation
|
This file contains the Xilsecure AES IPI handler declaration.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 kal 03/23/21 Initial release 5.2 vss 07/15/23 Added prototype for XSecure_MakeAesFree() 5.4 yog 04/29/24 Fixed doxygen grouping.
Functions | |
| int | XSecure_AesIpiHandler (XPlmi_Cmd *Cmd) |
| This function calls respective IPI handler based on the API_ID. More... | |
| int | XSecure_AesInit (void) |
| This function handler calls XSecure_AesInitialize Server API. More... | |
| int | XSecure_AesKeyWrite (u8 KeySize, u8 KeySrc, u32 KeyAddrLow, u32 KeyAddrHigh) |
| This function handler calls XSecure_AesWriteKey server API. More... | |
| int | XSecure_AesPerformOperation (u32 SrcAddrLow, u32 SrcAddrHigh) |
| This function handler calls XSecure_AesPerformOperation. More... | |
| int | XSecure_AesKeyZeroize (u32 KeySrc) |
| This function handler calls XSecure_AesKeyZero server API. More... | |