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

FieldDescription
aesBlkCipherBlock cipher operation context.
aesKeyRefKey reference.