MW_AES_Ctx_T
C
typedef struct MW_AES_Ctx_T { struct sxblkcipher aesBlkCipher; struct sxkeyref aesKeyRef; } MW_AES_Ctx_T;
Description
Structure of AES context which is used to contain aes information.
Field Documentation
Field | Description |
---|---|
aesBlkCipher | Block cipher operation context. |
aesKeyRef | Key reference. |