Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp284 std::stack<MayBeSignature> may_be_sign_dictionaries; in DecryptObjectTree() local
304 may_be_sign_dictionaries.push(MayBeSignature({parent_dict, child})); in DecryptObjectTree()
343 while (!may_be_sign_dictionaries.empty()) { in DecryptObjectTree()
344 auto dict_and_contents = may_be_sign_dictionaries.top(); in DecryptObjectTree()
345 may_be_sign_dictionaries.pop(); in DecryptObjectTree()