Searched refs:IsCipherAES (Results 1 – 2 of 2) sorted by relevance
44 bool IsCipherAES() const;
282 bool CPDF_CryptoHandler::IsCipherAES() const { in IsCipherAES() function in CPDF_CryptoHandler332 if (IsCipherAES() && stream_access->GetSize() < 16) { in DecryptObjectTree()