Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DEncryptionMaterials.h33 virtual int DecryptCEK(ContentCryptoMaterial& contentCryptoMaterial) = 0;
47 virtual int DecryptCEK(ContentCryptoMaterial& contentCryptoMaterial);
/AliOS-Things-master/components/oss/src/encryption/
A DEncryptionMaterials.cc73 int SimpleRSAEncryptionMaterials::DecryptCEK(ContentCryptoMaterial& contentCryptoMaterial) in DecryptCEK() function in SimpleRSAEncryptionMaterials
A DCryptoModule.cc93 auto ret = encryptionMaterials_->DecryptCEK(material); in GetObjectSecurely()
94 CHECK_FUNC_RET(GetObjectOutcome, DecryptCEK, ret); in GetObjectSecurely()
A DOssEncryptionClient.cc120 encryptionClient_->encryptionMaterials_->DecryptCEK(material); in buildRecordInfo()

Completed in 6 milliseconds