Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoModule.cc72 …CryptoStreamBuf cryptoStream(*putRequest.Body(), cipher_, material.ContentKey(), material.ContentI… in PutObjectSecurely()
116 …cryptoStream = std::make_shared<CryptoStreamBuf>(*content, cipher_, material.ContentKey(), iv, sta… in GetObjectSecurely()
171 if (ctx.ContentMaterial().ContentKey().empty() || in UploadPartSecurely()
191 CryptoStreamBuf cryptoStream(*uRequest.Body(), cipher_, ctx.ContentMaterial().ContentKey(), iv); in UploadPartSecurely()
A DEncryptionMaterials.cc58 auto encrptedKey = cipher->Encrypt(contentCryptoMaterial.ContentKey()); in EncryptCEK()
A DOssEncryptionClient.cc154 if (cryptoContext_.ContentMaterial().ContentKey().empty()|| in validateRecord()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DContentCryptoMaterial.h32 const ByteBuffer& ContentKey() const { return contentKey_; } in ContentKey() function

Completed in 15 milliseconds