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.


tweak#

mbedtls_aes_context mbedtls_aes_xts_context::tweak

The AES context used for tweak computation.