xilsecure
Vitis Drivers API Documentation
XSecure_AesInParams Struct Reference

Structure for input parameters for AES Encryption and Decryption. More...

Data Fields

u64 InDataAddr
 Address of input data. More...
 
u32 Size
 Length of input data. More...
 
u32 IsLast
 Flag to indicate last update of data. More...
 

Detailed Description

Structure for input parameters for AES Encryption and Decryption.

Field Documentation

u64 XSecure_AesInParams::InDataAddr

Address of input data.

u32 XSecure_AesInParams::IsLast

Flag to indicate last update of data.

u32 XSecure_AesInParams::Size

Length of input data.