Searched refs:EncryptCEK (Results 1 – 3 of 3) sorted by relevance
32 virtual int EncryptCEK(ContentCryptoMaterial& contentCryptoMaterial) = 0;46 virtual int EncryptCEK(ContentCryptoMaterial& contentCryptoMaterial);
68 auto ret = encryptionMaterials_->EncryptCEK(material); in PutObjectSecurely()69 CHECK_FUNC_RET(PutObjectOutcome, EncryptCEK, ret); in PutObjectSecurely()148 auto ret = encryptionMaterials_->EncryptCEK(material); in InitiateMultipartUploadSecurely()149 CHECK_FUNC_RET(InitiateMultipartUploadOutcome, EncryptCEK, ret); in InitiateMultipartUploadSecurely()
53 int SimpleRSAEncryptionMaterials::EncryptCEK(ContentCryptoMaterial& contentCryptoMaterial) in EncryptCEK() function in SimpleRSAEncryptionMaterials
Completed in 7 milliseconds