Home
last modified time | relevance | path

Searched refs:numberOfBlocks (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCipher.cc78 ByteBuffer SymmetricCipher::IncCTRCounter(const ByteBuffer& counter, uint64_t numberOfBlocks) in IncCTRCounter() argument
86 *ctrPtr = bswap<uint64_t>(bswap<uint64_t>(*ctrPtr) + numberOfBlocks); in IncCTRCounter()
90 *ctrPtr += numberOfBlocks; in IncCTRCounter()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h72 static ByteBuffer IncCTRCounter(const ByteBuffer& counter, uint64_t numberOfBlocks);

Completed in 3 milliseconds