Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_aes_xts_context Struct Reference

mbedtls_aes_xts_context Struct Reference

The AES XTS context-type definition. More...

#include <aes_alt.h>

Data Fields

mbedtls_aes_context crypt
mbedtls_aes_context tweak

Detailed Description

The AES XTS context-type definition.

Definition at line 43 of file aes_alt.h.


Field Documentation

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

Definition at line 107 of file aes.h.

The AES context used for tweak computation.

Definition at line 109 of file aes.h.