SEcube
SEcube Open Source Library - Host
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

#define B5_AES_128   16

Key Size in Bytes.

#define B5_AES_192   24

Key Size in Bytes.

#define B5_AES_256   32

Key Size in Bytes.

#define B5_AES_BLK_SIZE   16

Block Size in Bytes.

#define B5_AES_IV_SIZE   16

IV Size in Bytes.