Searched refs:CBC_CTS_Decryption (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.h239 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CBC_CTS_Decryption : public CBC_Decryption class in inherits:CBC_Decryption
399 typedef CipherModeFinalTemplate_CipherHolder<CPP_TYPENAME CIPHER::Decryption, CBC_CTS_Decryption> Decryption;
403 CRYPTOPP_DLL_TEMPLATE_CLASS CipherModeFinalTemplate_ExternalCipher<CBC_CTS_Decryption>;
409 typedef CipherModeFinalTemplate_ExternalCipher<CBC_CTS_Decryption> Decryption;
H A Dmodes.cpp207 void CBC_CTS_Decryption::ProcessLastBlock(byte *outString, const byte *inString, size_t length)

Completed in 63 milliseconds