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


Definition at line 55 of file platform/security/sl_component/sl_mbedtls_support/inc/aes_alt.h

key#

unsigned char mbedtls_aes_context::key[32]

AES key 128, 192 or 256 bits.


Definition at line 56 of file platform/security/sl_component/sl_mbedtls_support/inc/aes_alt.h