Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoModule.cc72 …toStreamBuf cryptoStream(*putRequest.Body(), cipher_, material.ContentKey(), material.ContentIV()); in PutObjectSecurely()
97 auto iv = material.ContentIV(); in GetObjectSecurely()
172 ctx.ContentMaterial().ContentIV().empty()) { in UploadPartSecurely()
190 …auto iv = cipher_->IncCTRCounter(ctx.ContentMaterial().ContentIV(), static_cast<uint64_t>(blockNum… in UploadPartSecurely()
A DOssEncryptionClient.cc109 encryptionCheckData_ = cryptoContext_.ContentMaterial().ContentIV(); in initRecordInfo()
143 const ByteBuffer& buff3 = cryptoContext_.ContentMaterial().ContentIV(); in dumpRecordInfo()
155 cryptoContext_.ContentMaterial().ContentIV().empty() || in validateRecord()
160 if (encryptionCheckData_ != cryptoContext_.ContentMaterial().ContentIV()) { in validateRecord()
A DEncryptionMaterials.cc59 auto encrptedKeyIV = cipher->Encrypt(contentCryptoMaterial.ContentIV()); in EncryptCEK()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DContentCryptoMaterial.h33 const ByteBuffer& ContentIV() const { return contentIV_; } in ContentIV() function

Completed in 7 milliseconds