Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DContentCryptoMaterial.h36 const std::string& KeyWrapAlgorithm() const { return keyWrapAlgorithm_; } in KeyWrapAlgorithm() function
/AliOS-Things-master/components/oss/src/encryption/
A DEncryptionMaterials.cc77 auto keyWarpAlgo = ToLower(contentCryptoMaterial.KeyWrapAlgorithm().c_str()); in DecryptCEK()
A DCryptoModule.cc209 meta.addUserHeader("client-side-encryption-wrap-alg", content.KeyWrapAlgorithm()); in addMetaData()
A DOssEncryptionClient.cc140 value["encryption-wrap-alg"] = cryptoContext_.ContentMaterial().KeyWrapAlgorithm(); in dumpRecordInfo()

Completed in 6 milliseconds