SEcube
SEcube Open Source Library - Device
|
AES modes | |
#define | B5_AES256_OFB 1 |
#define | B5_AES256_ECB_ENC 2 |
#define | B5_AES256_ECB_DEC 3 |
#define | B5_AES256_CBC_ENC 4 |
#define | B5_AES256_CBC_DEC 5 |
#define | B5_AES256_CFB_ENC 6 |
#define | B5_AES256_CFB_DEC 7 |
#define | B5_AES256_CTR 8 |
#define B5_AES256_CBC_DEC 5 |
CBC decryption
#define B5_AES256_CBC_ENC 4 |
CBC encryption
#define B5_AES256_CFB_DEC 7 |
CFB decryption
#define B5_AES256_CFB_ENC 6 |
CFB decryption
#define B5_AES256_CTR 8 |
CTR counter mode encryption-decryption
#define B5_AES256_ECB_DEC 3 |
ECB decryption
#define B5_AES256_ECB_ENC 2 |
ECB encryption
#define B5_AES256_OFB 1 |
OFB full feedback encryption-decryption