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

Definition at line 222 of file gr55xx_hal_aes.h.

◆ AES_OPERATION_MODE_ENCRYPT

#define AES_OPERATION_MODE_ENCRYPT   (1)

Encrypt operation mode

Definition at line 221 of file gr55xx_hal_aes.h.