Searched refs:LastPut (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.h25 void LastPut(const byte *inString, size_t length);
52 void LastPut(const byte *inString, size_t length);
74 void LastPut(const byte *inString, size_t length);
94 void LastPut(const byte *inString, size_t length);
H A Ddefault.cpp118 void DefaultEncryptor::LastPut(const byte *inString, size_t length) function in class:DefaultEncryptor
146 void DefaultDecryptor::LastPut(const byte *inString, size_t length) function in class:DefaultDecryptor
218 void DefaultEncryptorWithMAC::LastPut(const byte *inString, size_t length) function in class:DefaultEncryptorWithMAC
251 void DefaultDecryptorWithMAC::LastPut(const byte *inString, size_t length) function in class:DefaultDecryptorWithMAC
H A Dfilters.cpp408 LastPut(temp, temp.size());
622 void StreamTransformationFilter::LastPut(const byte *inString, size_t length) function in class:StreamTransformationFilter
786 void HashVerificationFilter::LastPut(const byte *inString, size_t length)
845 void AuthenticatedEncryptionFilter::LastPut(const byte *inString, size_t length)
847 StreamTransformationFilter::LastPut(inString, length);
910 void AuthenticatedDecryptionFilter::LastPut(const byte *inString, size_t length)
987 void SignatureVerificationFilter::LastPut(const byte *inString, size_t length)
H A Dfilters.h186 // LastPut() is always called
190 virtual void LastPut(const byte *inString, size_t length) =0;
275 void LastPut(const byte *inString, size_t length);
328 void LastPut(const byte *inString, size_t length);
353 void LastPut(const byte *inString, size_t length);
378 void LastPut(const byte *inString, size_t length);
426 void LastPut(const byte *inString, size_t length);
560 void LastPut(const byte *, size_t) {m_filter->MessageEnd();} function in class:SimpleProxyFilter

Completed in 163 milliseconds