Searched refs:may_be_sign_dictionaries (Results 1 – 1 of 1) sorted by relevance
296 std::stack<MayBeSignature> may_be_sign_dictionaries; in DecryptObjectTree() local315 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()