Pol
Revision:cb584c9
|
Go to the source code of this file.
Classes | |
class | Pol::Crypt::CCryptBase |
class | Pol::Crypt::CCryptBaseCrypt |
Namespaces | |
Pol | |
Pol::Crypt | |
Macros | |
#define | CRYPT_AUTO_VALUE 0x80 |
#define | CRYPT_GAMEKEY_COUNT 25 |
#define | CRYPT_GAMEKEY_LENGTH 6 |
#define | CRYPT_GAMESEED_COUNT 25 |
#define | CRYPT_GAMESEED_LENGTH 8 |
#define | CRYPT_GAMETABLE_MODULO 11 |
#define | CRYPT_GAMETABLE_START 1 |
#define | CRYPT_GAMETABLE_STEP 3 |
#define | CRYPT_GAMETABLE_TRIGGER 21036 |
#define | L2N(LL, C) |
#define | N2L(C, LL) |
#define | ROUND(LL, R, S, P) |
#define CRYPT_AUTO_VALUE 0x80 |
Definition at line 44 of file cryptbase.h.
Referenced by Pol::Crypt::CCryptBlowfish::Decrypt(), Pol::Crypt::CCryptBlowfishOld::Decrypt(), Pol::Crypt::CCrypt12536::Decrypt(), Pol::Crypt::CCryptBlowfishTwofish::Decrypt(), and Pol::Crypt::CCryptTwofish::Decrypt().
#define CRYPT_GAMEKEY_COUNT 25 |
Definition at line 47 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::InitTables().
#define CRYPT_GAMEKEY_LENGTH 6 |
Definition at line 46 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::InitTables().
#define CRYPT_GAMESEED_COUNT 25 |
Definition at line 50 of file cryptbase.h.
#define CRYPT_GAMESEED_LENGTH 8 |
Definition at line 49 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::Decrypt(), and Pol::Crypt::BlowFish::Init().
#define CRYPT_GAMETABLE_MODULO 11 |
Definition at line 54 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::Decrypt().
#define CRYPT_GAMETABLE_START 1 |
Definition at line 52 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::Init().
#define CRYPT_GAMETABLE_STEP 3 |
Definition at line 53 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::Decrypt().
#define CRYPT_GAMETABLE_TRIGGER 21036 |
Definition at line 55 of file cryptbase.h.
Referenced by Pol::Crypt::BlowFish::Decrypt().
#define L2N | ( | LL, | |
C | |||
) |
Definition at line 62 of file cryptbase.h.
#define N2L | ( | C, | |
LL | |||
) |
Definition at line 59 of file cryptbase.h.
#define ROUND | ( | LL, | |
R, | |||
S, | |||
P | |||
) |
Definition at line 67 of file cryptbase.h.