Bouffalo SDK  1.0
Bouffalolab Software Development Kit
aes mode definition
Collaboration diagram for aes mode definition:

Macros

#define AES_MODE_ECB   0
 
#define AES_MODE_CTR   1
 
#define AES_MODE_CBC   2
 
#define AES_MODE_XTS   3
 

Detailed Description

Macro Definition Documentation

◆ AES_MODE_CBC

#define AES_MODE_CBC   2

Definition at line 19 of file bflb_sec_aes.h.

◆ AES_MODE_CTR

#define AES_MODE_CTR   1

Definition at line 18 of file bflb_sec_aes.h.

◆ AES_MODE_ECB

#define AES_MODE_ECB   0

Definition at line 17 of file bflb_sec_aes.h.

◆ AES_MODE_XTS

#define AES_MODE_XTS   3

Definition at line 20 of file bflb_sec_aes.h.