Searched refs:KeystreamBufferEnd (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 Dstrciphr.cpp34 memcpy(outString, KeystreamBufferEnd()-m_leftOver, len);
60 policy.WriteKeystream(KeystreamBufferEnd()-bufferByteSize, bufferIterations);
61 memcpy(outString, KeystreamBufferEnd()-bufferByteSize, length);
72 xorbuf(outString, inString, KeystreamBufferEnd()-m_leftOver, len);
119 policy.WriteKeystream(KeystreamBufferEnd()-bufferByteSize, bufferIterations);
120 xorbuf(outString, inString, KeystreamBufferEnd()-bufferByteSize, length);
145 policy.WriteKeystream(KeystreamBufferEnd()-bytesPerIteration, 1);
H A Dstrciphr.h156 inline byte * KeystreamBufferEnd() {return (this->m_buffer.data() + this->m_buffer.size());} function in class:AdditiveCipherTemplate

Completed in 37 milliseconds