Searched refs:bytesPerIteration (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.cpp45 unsigned int bytesPerIteration = policy.GetBytesPerIteration(); local
47 if (length >= bytesPerIteration)
49 size_t iterations = length / bytesPerIteration;
51 outString += iterations * bytesPerIteration;
52 length -= iterations * bytesPerIteration;
57 size_t bufferByteSize = RoundUpToMultipleOf(length, bytesPerIteration);
58 size_t bufferIterations = bufferByteSize / bytesPerIteration;
84 unsigned int bytesPerIteration = policy.GetBytesPerIteration(); local
86 if (policy.CanOperateKeystream() && length >= bytesPerIteration)
88 size_t iterations = length / bytesPerIteration;
138 unsigned int bytesPerIteration = policy.GetBytesPerIteration(); local
182 unsigned int bytesPerIteration = policy.GetBytesPerIteration(); local
[all...]

Completed in 81 milliseconds