Searched refs:numberOfBlocks (Results 1 – 2 of 2) sorted by relevance
78 ByteBuffer SymmetricCipher::IncCTRCounter(const ByteBuffer& counter, uint64_t numberOfBlocks) in IncCTRCounter() argument86 *ctrPtr = bswap<uint64_t>(bswap<uint64_t>(*ctrPtr) + numberOfBlocks); in IncCTRCounter()90 *ctrPtr += numberOfBlocks; in IncCTRCounter()
72 static ByteBuffer IncCTRCounter(const ByteBuffer& counter, uint64_t numberOfBlocks);
Completed in 3 milliseconds