Macros
AES Operation Mode
Peripheral Driver
»
HAL Driver
»
AES
»
Defines
»
AES Exported Constants
Macros
#define
AES_OPERATION_MODE_ENCRYPT
(1)
#define
AES_OPERATION_MODE_DECRYPT
(0)
Detailed Description
Macro Definition Documentation
◆
AES_OPERATION_MODE_DECRYPT
#define AES_OPERATION_MODE_DECRYPT (0)
Decrypt operation mode
◆
AES_OPERATION_MODE_ENCRYPT
#define AES_OPERATION_MODE_ENCRYPT (1)
Encrypt operation mode