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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.cpp58 size_t bufferIterations = bufferByteSize / bytesPerIteration; local
60 policy.WriteKeystream(KeystreamBufferEnd()-bufferByteSize, bufferIterations);
103 size_t bufferIterations = bufferByteSize / bytesPerIteration; local
107 policy.WriteKeystream(m_buffer, bufferIterations);
117 bufferIterations = bufferByteSize / bytesPerIteration;
119 policy.WriteKeystream(KeystreamBufferEnd()-bufferByteSize, bufferIterations);

Completed in 59 milliseconds