The AES XTS context-type definition.

Public Attributes#

The AES context to use for AES block encryption or decryption.

The AES context used for tweak computation.

Public Attribute Documentation#

crypt#

mbedtls_aes_context mbedtls_aes_xts_context::crypt

The AES context to use for AES block encryption or decryption.


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

tweak#

mbedtls_aes_context mbedtls_aes_xts_context::tweak

The AES context used for tweak computation.


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