MW_AES_Ctx_T
C
typedef struct MW_AES_Ctx_T
{
CRYPT_AES_CTX aesCtx;
} MW_AES_Ctx_T;Description
Structure of AES context which is used to contain aes information.
Field Documentation
| Field | Description |
|---|---|
| aesCtx | Context which saves state. |
typedef struct MW_AES_Ctx_T
{
CRYPT_AES_CTX aesCtx;
} MW_AES_Ctx_T;Structure of AES context which is used to contain aes information.
| Field | Description |
|---|---|
| aesCtx | Context which saves state. |