Mbed TLS v3.6.1
Loading...
Searching...
No Matches
Data Fields
mbedtls_aes_xts_context Struct Reference

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

#include <aes.h>

Collaboration diagram for mbedtls_aes_xts_context:
Collaboration graph
[legend]

Data Fields

mbedtls_aes_context private_crypt
 
mbedtls_aes_context private_tweak
 

Detailed Description

The AES XTS context-type definition.

Definition at line 87 of file aes.h.

Field Documentation

◆ private_crypt

mbedtls_aes_context mbedtls_aes_xts_context::private_crypt

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

Definition at line 88 of file aes.h.

◆ private_tweak

mbedtls_aes_context mbedtls_aes_xts_context::private_tweak

The AES context used for tweak computation.

Definition at line 90 of file aes.h.


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