Home
last modified time | relevance | path

Searched refs:CPDF_Encryptor (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_encryptor.cpp15 CPDF_Encryptor::CPDF_Encryptor(const CPDF_CryptoHandler* pHandler, int objnum) in CPDF_Encryptor() function in CPDF_Encryptor
20 DataVector<uint8_t> CPDF_Encryptor::Encrypt( in Encrypt()
34 CPDF_Encryptor::~CPDF_Encryptor() = default;
H A Dcpdf_encryptor.h18 class CPDF_Encryptor {
20 CPDF_Encryptor(const CPDF_CryptoHandler* pHandler, int objnum);
21 ~CPDF_Encryptor();
H A Dcpdf_flateencoder.h18 class CPDF_Encryptor; variable
30 const CPDF_Encryptor* encryptor) const;
H A Dcpdf_object.h21 class CPDF_Encryptor; variable
99 const CPDF_Encryptor* encryptor) const = 0;
H A Dcpdf_null.cpp26 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_null.h22 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_boolean.cpp42 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_boolean.h26 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_name.cpp46 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_string.h28 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_name.h27 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_number.cpp53 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_number.h28 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_reference.h30 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_string.cpp64 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_flateencoder.cpp68 const CPDF_Encryptor* encryptor) const { in WriteDictTo()
H A Dcpdf_reference.cpp84 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_stream.h35 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_stream.cpp164 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_dictionary.h40 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_array.h38 const CPDF_Encryptor* encryptor) const override;
H A Dcpdf_array.cpp265 const CPDF_Encryptor* encryptor) const { in WriteTo()
H A Dcpdf_dictionary.cpp348 const CPDF_Encryptor* encryptor) const { in WriteTo()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_creator.cpp138 std::unique_ptr<CPDF_Encryptor> encryptor; in WriteIndirectObj()
140 encryptor = std::make_unique<CPDF_Encryptor>(GetCryptoHandler(), objnum); in WriteIndirectObj()