Searched refs:GetCryptoHandler (Results 1 – 4 of 4) sorted by relevance
159 if (GetCryptoHandler() && pObj != m_pEncryptDict) in WriteIndirectObj()160 encryptor = pdfium::MakeUnique<CPDF_Encryptor>(GetCryptoHandler(), objnum); in WriteIndirectObj()676 CPDF_CryptoHandler* CPDF_Creator::GetCryptoHandler() { in GetCryptoHandler() function in CPDF_Creator677 return m_pSecurityHandler ? m_pSecurityHandler->GetCryptoHandler() : nullptr; in GetCryptoHandler()
73 CPDF_CryptoHandler* GetCryptoHandler();
45 CPDF_CryptoHandler* GetCryptoHandler() const { in GetCryptoHandler() function
928 m_pSecurityHandler->GetCryptoHandler() && in ParseIndirectObjectAt()931 !m_pSecurityHandler->GetCryptoHandler()->DecryptObjectTree(result)) { in ParseIndirectObjectAt()