xilsecure
Vitis Drivers API Documentation
XSecure_AesInitOps Struct Reference

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

Data Fields

u64 IvAddr
 IV address. More...
 
u32 OperationId
 Operation type - Encrypt or decrypt. More...
 
u32 KeySrc
 AES Key source. More...
 
u32 KeySize
 Size of AES key. More...
 

Detailed Description

Structure for input parameters for Initialisation of AES Encryption and Decryption.

Field Documentation

u64 XSecure_AesInitOps::IvAddr

IV address.

u32 XSecure_AesInitOps::KeySize

Size of AES key.

u32 XSecure_AesInitOps::KeySrc

AES Key source.

u32 XSecure_AesInitOps::OperationId

Operation type - Encrypt or decrypt.