Skip to main content

mbedtls_aes_xts_context

Type Alias mbedtls_aes_xts_context 

Source
pub type mbedtls_aes_xts_context = esp_aes_xts_context;
Expand description

\brief The AES XTS context-type definition.

Aliased Type§

#[repr(C)]
pub struct mbedtls_aes_xts_context { pub crypt: esp_aes_context, pub tweak: esp_aes_context, }

Fields§

§crypt: esp_aes_context

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

§tweak: esp_aes_context

< The AES context used for tweak computation.