|
Pol
Rev 533
|
#include <crypt.h>
Inheritance diagram for CCryptBlowfishOld:
Collaboration diagram for CCryptBlowfishOld:Public Member Functions | |
| CCryptBlowfishOld () | |
| CCryptBlowfishOld (unsigned int masterKey1, unsigned int masterKey2) | |
| ~CCryptBlowfishOld () | |
Protected Member Functions | |
| void | Decrypt (void *pvIn, void *pvOut, int len) |
| CCryptBlowfishOld::CCryptBlowfishOld | ( | unsigned int | masterKey1, |
| unsigned int | masterKey2 | ||
| ) |
Definition at line 103 of file crypt.cpp.
References CCryptBlowfish::SetMasterKeys().
Here is the call graph for this function:| void CCryptBlowfishOld::Decrypt | ( | void * | pvIn, |
| void * | pvOut, | ||
| int | len | ||
| ) | [protected, virtual] |
Reimplemented from CCryptBlowfish.
Definition at line 108 of file crypt.cpp.
References CCryptBlowfish::bfish, CRYPT_AUTO_VALUE, BlowFish::Decrypt(), LoginCrypt::Decrypt_Old(), CCryptBaseCrypt::lcrypt, LoginCrypt::lkey, CCryptBaseCrypt::m_type, CCryptBase::typeAuto, CCryptBase::typeGame, and CCryptBase::typeLogin.
Here is the call graph for this function: