|
Pol
Revision:cb584c9
|
#include "cryptengine.h"#include "../../clib/logfacility.h"#include "crypt.h"#include "cryptkey.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Crypt | |
Functions | |
| CCryptBase * | Pol::Crypt::create_crypt_1_25_36_engine (unsigned int uiKey1, unsigned int uiKey2) |
| CCryptBase * | Pol::Crypt::create_crypt_blowfish_engine (unsigned int uiKey1, unsigned int uiKey2) |
| CCryptBase * | Pol::Crypt::create_crypt_blowfish_twofish_engine (unsigned int uiKey1, unsigned int uiKey2) |
| CCryptBase * | Pol::Crypt::create_crypt_engine (TCryptInfo &infoCrypt) |
| CCryptBase * | Pol::Crypt::create_crypt_old_blowfish_engine (unsigned int uiKey1, unsigned int uiKey2) |
| CCryptBase * | Pol::Crypt::create_crypt_twofish_engine (unsigned int uiKey1, unsigned int uiKey2) |
| CCryptBase * | Pol::Crypt::create_nocrypt_engine () |
Definition in file cryptengine.cpp.