Go to the source code of this file.
◆ AES_BLOCK_SIZE
| #define AES_BLOCK_SIZE 16 |
◆ AES_NUM_IVMRK_WORDS
| #define AES_NUM_IVMRK_WORDS ((1 + 1 + 15) * 4) |
◆ k_Aes_SupportedFunctions_HW
| #define k_Aes_SupportedFunctions_HW (1 << 2) |
◆ k_Aes_SupportedFunctions_HW_256
| #define k_Aes_SupportedFunctions_HW_256 (1 << 3) |
◆ Z7_DECLARE_AES_CODE_FUNC
| #define Z7_DECLARE_AES_CODE_FUNC |
( |
| funcName | ) |
|
Value:
#define Z7_FASTCALL
Definition 7zTypes.h:308
Definition poolTests.c:28
unsigned int UInt32
Definition bzlib_private.h:45
unsigned char Byte
Definition zconf.h:391
◆ AES_CODE_FUNC
◆ AES_SET_KEY_FUNC
◆ Aes_SetKey_Dec()
◆ Aes_SetKey_Enc()
◆ AesCbc_Init()
◆ AesGenTables()
| void AesGenTables |
( |
void | | ) |
|
◆ g_Aes_SupportedFunctions_Flags
| UInt32 g_Aes_SupportedFunctions_Flags |
|
extern |
◆ g_AesCbc_Decode
◆ g_AesCbc_Encode
◆ g_AesCtr_Code