Declaration
typedef struct
{
u64 Src,
u64 Iv,
u64 Key,
u64 Dst,
u64 Size,
u64 AesOp,
u64 KeySrc
} XSecure_AesParams;
| 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 |