Home
last modified time | relevance | path

Searched refs:IsSignatureDictionary (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.h28 static bool IsSignatureDictionary(const CPDF_Dictionary* dictionary);
Dcpdf_crypto_handler.cpp38 bool CPDF_CryptoHandler::IsSignatureDictionary( in IsSignatureDictionary() function in CPDF_CryptoHandler
358 if (!IsSignatureDictionary(dict_and_contents.parent)) { in DecryptObjectTree()
Dcpdf_dictionary.cpp171 return CPDF_CryptoHandler::IsSignatureDictionary(this); in IsSignatureDict()