Home
last modified time | relevance | path

Searched refs:IncCTRCounter (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoModule.cc106 iv = cipher_->IncCTRCounter(iv, static_cast<uint64_t>(blockOfNum)); in GetObjectSecurely()
190 …auto iv = cipher_->IncCTRCounter(ctx.ContentMaterial().ContentIV(), static_cast<uint64_t>(blockNum… in UploadPartSecurely()
A DCipher.cc78 ByteBuffer SymmetricCipher::IncCTRCounter(const ByteBuffer& counter, uint64_t numberOfBlocks) in IncCTRCounter() function in SymmetricCipher
A DCryptoStreamBuf.cc69 auto iv = SymmetricCipher::IncCTRCounter(iv_, blkOff); in xsgetn()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h72 static ByteBuffer IncCTRCounter(const ByteBuffer& counter, uint64_t numberOfBlocks);

Completed in 5 milliseconds