Mbed TLS v3.6.2
|
Internal abstraction layer. More...
#include "mbedtls/private_access.h"
#include "mbedtls/build_info.h"
#include "mbedtls/aes.h"
#include "mbedtls/aria.h"
#include "mbedtls/camellia.h"
Go to the source code of this file.
Data Structures | |
struct | mbedtls_block_cipher_context_t |
Internal abstraction layer.
Definition in file block_cipher.h.
Used internally to indicate whether a context uses legacy or PSA.
Internal use only.
Enumerator | |
---|---|
MBEDTLS_BLOCK_CIPHER_ENGINE_LEGACY | |
MBEDTLS_BLOCK_CIPHER_ENGINE_PSA |
Definition at line 47 of file block_cipher.h.
Enumerator | |
---|---|
MBEDTLS_BLOCK_CIPHER_ID_NONE | Unset. |
MBEDTLS_BLOCK_CIPHER_ID_AES | The AES cipher. |
MBEDTLS_BLOCK_CIPHER_ID_CAMELLIA | The Camellia cipher. |
MBEDTLS_BLOCK_CIPHER_ID_ARIA | The Aria cipher. |
Definition at line 35 of file block_cipher.h.