takashi kadono / Mbed OS Nucleo_446

Dependencies:   ssd1331

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.h>

Data Fields

mbedtls_aes_context crypt
mbedtls_aes_context tweak

Detailed Description

The AES XTS context-type definition.

Definition at line 101 of file aes.h.


Field Documentation

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

Definition at line 103 of file aes.h.

The AES context used for tweak computation.

Definition at line 105 of file aes.h.