SEcube open-source SDK
AES Key, IV, Block Sizes

AES Key, IV, Block Sizes

#define B5_AES_256   32
 
#define B5_AES_192   24
 
#define B5_AES_128   16
 
#define B5_AES_IV_SIZE   16
 
#define B5_AES_BLK_SIZE   16
 

Detailed Description

Macro Definition Documentation

◆ B5_AES_128

#define B5_AES_128   16

Key Size in Bytes.

◆ B5_AES_192

#define B5_AES_192   24

Key Size in Bytes.

◆ B5_AES_256

#define B5_AES_256   32

Key Size in Bytes.

◆ B5_AES_BLK_SIZE

#define B5_AES_BLK_SIZE   16

Block Size in Bytes.

◆ B5_AES_IV_SIZE

#define B5_AES_IV_SIZE   16

IV Size in Bytes.