Searched refs:ProcessLastBlock (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodes.cpp166 void CBC_CTS_Encryption::ProcessLastBlock(byte *outString, const byte *inString, size_t length) function in class:CBC_CTS_Encryption
207 void CBC_CTS_Decryption::ProcessLastBlock(byte *outString, const byte *inString, size_t length) function in class:CBC_CTS_Decryption
H A Dmodes.h212 void ProcessLastBlock(byte *outString, const byte *inString, size_t length);
243 void ProcessLastBlock(byte *outString, const byte *inString, size_t length);
H A Dfilters.cpp642 m_cipher.ProcessLastBlock(space, space, blockSize);
656 m_cipher.ProcessLastBlock(space, inString, length);
H A Dcryptlib.cpp187 void StreamTransformation::ProcessLastBlock(byte *outString, const byte *inString, size_t length) function in class:StreamTransformation
H A Dcryptlib.h503 virtual void ProcessLastBlock(byte *outString, const byte *inString, size_t length);

Completed in 74 milliseconds