XSecure_AesParams - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English

Declaration

typedef struct
{
  u64 Src,
  u64 Iv,
  u64 Key,
  u64 Dst,
  u64 Size,
  u64 AesOp,
  u64 KeySrc
} XSecure_AesParams;
Table 1. Structure XSecure_AesParams member description
Member Description
Src

Source address for AES encryption

Iv

AES Initialization Vector

Key

AES Key

Dst

Destination address where encrypted data is stored

Size

Size of the encrypted data in bytes

AesOp

Flag specifying decryption or encryption

KeySrc

AES key source