Searched refs:DecryptCEK (Results 1 – 4 of 4) sorted by relevance
33 virtual int DecryptCEK(ContentCryptoMaterial& contentCryptoMaterial) = 0;47 virtual int DecryptCEK(ContentCryptoMaterial& contentCryptoMaterial);
73 int SimpleRSAEncryptionMaterials::DecryptCEK(ContentCryptoMaterial& contentCryptoMaterial) in DecryptCEK() function in SimpleRSAEncryptionMaterials
93 auto ret = encryptionMaterials_->DecryptCEK(material); in GetObjectSecurely()94 CHECK_FUNC_RET(GetObjectOutcome, DecryptCEK, ret); in GetObjectSecurely()
120 encryptionClient_->encryptionMaterials_->DecryptCEK(material); in buildRecordInfo()
Completed in 6 milliseconds