![]() |
MT7697 API Reference
LinkIt SDK v4
|
Macros | |
| #define | HAL_DES_BLOCK_SIZES (8) |
| This macro defines the block size of DES operation. More... | |
| #define | HAL_DES_KEY_LENGTH_64 (8) |
| This macro defines the key length of DES 64 bits. More... | |
| #define | HAL_DES_KEY_LENGTH_128 (16) |
| This macro defines the key length of DES 128 bits. More... | |
| #define | HAL_DES_KEY_LENGTH_192 (24) |
| This macro defines the key length of DES 192 bits. More... | |
| #define | HAL_DES_CBC_IV_LENGTH (8) |
| This macro defines the size of initial vector. More... | |
| #define HAL_DES_BLOCK_SIZES (8) |
This macro defines the block size of DES operation.
The unit is in bytes.
| #define HAL_DES_CBC_IV_LENGTH (8) |
This macro defines the size of initial vector.
The unit is in bytes.
| #define HAL_DES_KEY_LENGTH_128 (16) |
This macro defines the key length of DES 128 bits.
The unit is in bytes.
| #define HAL_DES_KEY_LENGTH_192 (24) |
This macro defines the key length of DES 192 bits.
The unit is in bytes.
| #define HAL_DES_KEY_LENGTH_64 (8) |
This macro defines the key length of DES 64 bits.
The unit is in bytes.