AES context structure.

Public Attributes#

unsigned int

size of key

unsigned char

AES key 128, 192 or 256 bits.

Public Attribute Documentation#

keybits#

unsigned int mbedtls_aes_context::keybits

size of key


key#

unsigned char mbedtls_aes_context::key[32]

AES key 128, 192 or 256 bits.