ReactOS 0.4.15-dev-7958-gcd0bb1a
mbedtls_aes_xts_context Struct Reference

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

#include <aes.h>

Collaboration diagram for mbedtls_aes_xts_context:

Public Attributes

mbedtls_aes_context crypt
 
mbedtls_aes_context tweak
 

Detailed Description

The AES XTS context-type definition.

Definition at line 131 of file aes.h.

Member Data Documentation

◆ crypt

mbedtls_aes_context mbedtls_aes_xts_context::crypt

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

Definition at line 133 of file aes.h.

◆ tweak

mbedtls_aes_context mbedtls_aes_xts_context::tweak

The AES context used for tweak computation.

Definition at line 135 of file aes.h.


The documentation for this struct was generated from the following file: