Searched refs:WriteKeystream (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 Dstrciphr.cpp50 policy.WriteKeystream(outString, iterations);
60 policy.WriteKeystream(KeystreamBufferEnd()-bufferByteSize, bufferIterations);
107 policy.WriteKeystream(m_buffer, bufferIterations);
119 policy.WriteKeystream(KeystreamBufferEnd()-bufferByteSize, bufferIterations);
145 policy.WriteKeystream(KeystreamBufferEnd()-bytesPerIteration, 1);
H A Dmodes.h133 void WriteKeystream(byte *keystreamBuffer, size_t iterationCount);
150 void WriteKeystream(byte *buffer, size_t iterationCount) function in class:CTR_ModePolicy
H A Dmodes.cpp76 void OFB_ModePolicy::WriteKeystream(byte *keystreamBuffer, size_t iterationCount) function in class:OFB_ModePolicy
H A Dstrciphr.h73 virtual void WriteKeystream(byte *keystream, size_t iterationCount) function in struct:AdditiveCipherAbstractPolicy

Completed in 105 milliseconds