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.cpp296 std::stack<MayBeSignature> may_be_sign_dictionaries; in DecryptObjectTree() local
315 may_be_sign_dictionaries.push(MayBeSignature({parent_dict, child})); in DecryptObjectTree()
355 while (!may_be_sign_dictionaries.empty()) { in DecryptObjectTree()
356 auto dict_and_contents = std::move(may_be_sign_dictionaries.top()); in DecryptObjectTree()
357 may_be_sign_dictionaries.pop(); in DecryptObjectTree()