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