Searched refs:ContentKey (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoModule.cc | 72 …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 D | EncryptionMaterials.cc | 58 auto encrptedKey = cipher->Encrypt(contentCryptoMaterial.ContentKey()); in EncryptCEK()
|
A D | OssEncryptionClient.cc | 154 if (cryptoContext_.ContentMaterial().ContentKey().empty()|| in validateRecord()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/ |
A D | ContentCryptoMaterial.h | 32 const ByteBuffer& ContentKey() const { return contentKey_; } in ContentKey() function
|
Completed in 15 milliseconds