Searched refs:LoadCryptInfo (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 226 static bool LoadCryptInfo(const CPDF_Dictionary* pEncryptDict, in LoadCryptInfo() function 285 return LoadCryptInfo(pEncryptDict, ByteString(), &m_Cipher, &m_KeyLen); in LoadDict() 292 return LoadCryptInfo(pEncryptDict, strf_name, &m_Cipher, &m_KeyLen); in LoadDict() 311 if (!LoadCryptInfo(pEncryptDict, strf_name, cipher, key_len)) in LoadDict()
|