Mbed TLS v3.6.2
|
#include <block_cipher.h>
Data Fields | ||
mbedtls_block_cipher_id_t | private_id | |
union { | ||
unsigned dummy | ||
mbedtls_aes_context private_aes | ||
mbedtls_aria_context private_aria | ||
mbedtls_camellia_context private_camellia | ||
} | private_ctx | |
Definition at line 52 of file block_cipher.h.
unsigned mbedtls_block_cipher_context_t::dummy |
Definition at line 59 of file block_cipher.h.
mbedtls_aes_context mbedtls_block_cipher_context_t::private_aes |
Definition at line 61 of file block_cipher.h.
mbedtls_aria_context mbedtls_block_cipher_context_t::private_aria |
Definition at line 64 of file block_cipher.h.
mbedtls_camellia_context mbedtls_block_cipher_context_t::private_camellia |
Definition at line 67 of file block_cipher.h.
union { ... } mbedtls_block_cipher_context_t::private_ctx |
mbedtls_block_cipher_id_t mbedtls_block_cipher_context_t::private_id |
Definition at line 53 of file block_cipher.h.