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