Searched refs:ECB_OneWay (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodes.h181 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE ECB_OneWay : public BlockOrientedCipherModeBase class in inherits:BlockOrientedCipherModeBase
363 typedef CipherModeFinalTemplate_CipherHolder<CPP_TYPENAME CIPHER::Encryption, ECB_OneWay> Encryption;
364 typedef CipherModeFinalTemplate_CipherHolder<CPP_TYPENAME CIPHER::Decryption, ECB_OneWay> Decryption;
367 CRYPTOPP_DLL_TEMPLATE_CLASS CipherModeFinalTemplate_ExternalCipher<ECB_OneWay>;
372 typedef CipherModeFinalTemplate_ExternalCipher<ECB_OneWay> Encryption;
H A Dmodes.cpp147 void ECB_OneWay::ProcessData(byte *outString, const byte *inString, size_t length)

Completed in 60 milliseconds