Go to the documentation of this file.
31 #ifndef _ESP32_C6_CRYPTO_CIPHER_H
32 #define _ESP32_C6_CRYPTO_CIPHER_H
38 #ifndef ESP32_C6_CRYPTO_CIPHER_SUPPORT
39 #define ESP32_C6_CRYPTO_CIPHER_SUPPORT DISABLED
40 #elif (ESP32_C6_CRYPTO_CIPHER_SUPPORT != ENABLED && ESP32_C6_CRYPTO_CIPHER_SUPPORT != DISABLED)
41 #error ESP32_C6_CRYPTO_CIPHER_SUPPORT parameter is not valid
45 #define AES_MODE_ENC 0x00000000
46 #define AES_MODE_DEC 0x00000004
47 #define AES_MODE_128_BITS 0x00000000
48 #define AES_MODE_256_BITS 0x00000002
51 #define AES_ENDIAN_DEFAULT 0x0000003F
General definitions for cryptographic algorithms.
void esp32c6AesInit(void)
AES module initialization.