Searched refs:CBC_Encryption (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.h201 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CBC_Encryption : public CBC_ModeBase class in inherits:CBC_ModeBase
207 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CBC_CTS_Encryption : public CBC_Encryption
218 CBC_Encryption::UncheckedSetKey(key, length, params);
380 typedef CipherModeFinalTemplate_CipherHolder<CPP_TYPENAME CIPHER::Encryption, CBC_Encryption> Encryption;
384 CRYPTOPP_DLL_TEMPLATE_CLASS CipherModeFinalTemplate_ExternalCipher<CBC_Encryption>;
390 typedef CipherModeFinalTemplate_ExternalCipher<CBC_Encryption> Encryption;
H A Dmodes.cpp153 void CBC_Encryption::ProcessData(byte *outString, const byte *inString, size_t length)
171 throw InvalidArgument("CBC_Encryption: message is too short for ciphertext stealing");

Completed in 48 milliseconds