1.1.2.2.5.1.1.1 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

FieldDescription
aesCtxContext which saves state.