![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "7zTypes.h"
Go to the source code of this file.
Macros | |
#define | AES_BLOCK_SIZE 16 |
#define | AES_NUM_IVMRK_WORDS ((1 + 1 + 15) * 4) |
#define | k_Aes_SupportedFunctions_HW (1 << 2) |
#define | k_Aes_SupportedFunctions_HW_256 (1 << 3) |
#define | Z7_DECLARE_AES_CODE_FUNC(funcName) |
Typedefs | |
typedef void(Z7_FASTCALL * | AES_SET_KEY_FUNC) (UInt32 *aes, const Byte *key, unsigned keySize) |
typedef void(Z7_FASTCALL * | AES_CODE_FUNC) (UInt32 *ivAes, Byte *data, size_t numBlocks) |
Functions | |
void | AesGenTables (void) |
void Z7_FASTCALL | Aes_SetKey_Enc (UInt32 *aes, const Byte *key, unsigned keySize) |
void Z7_FASTCALL | Aes_SetKey_Dec (UInt32 *aes, const Byte *key, unsigned keySize) |
void | AesCbc_Init (UInt32 *ivAes, const Byte *iv) |
Variables | |
AES_CODE_FUNC | g_AesCbc_Decode |
AES_CODE_FUNC | g_AesCbc_Encode |
AES_CODE_FUNC | g_AesCtr_Code |
UInt32 | g_Aes_SupportedFunctions_Flags |
#define AES_BLOCK_SIZE 16 |
#define AES_NUM_IVMRK_WORDS ((1 + 1 + 15) * 4) |
#define k_Aes_SupportedFunctions_HW (1 << 2) |
#define k_Aes_SupportedFunctions_HW_256 (1 << 3) |
#define Z7_DECLARE_AES_CODE_FUNC | ( | funcName | ) |
typedef void(Z7_FASTCALL * AES_CODE_FUNC) (UInt32 *ivAes, Byte *data, size_t numBlocks) |
typedef void(Z7_FASTCALL * AES_SET_KEY_FUNC) (UInt32 *aes, const Byte *key, unsigned keySize) |
void Z7_FASTCALL Aes_SetKey_Dec | ( | UInt32 * | aes, |
const Byte * | key, | ||
unsigned | keySize ) |
void Z7_FASTCALL Aes_SetKey_Enc | ( | UInt32 * | aes, |
const Byte * | key, | ||
unsigned | keySize ) |
void AesGenTables | ( | void | ) |
|
extern |
|
extern |
|
extern |
|
extern |