Searched refs:_LoadCryptInfo (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 106 static FX_BOOL _LoadCryptInfo(CPDF_Dictionary* pEncryptDict, FX_BSTR name, int& cipher, int& keylen) in _LoadCryptInfo() function 157 return _LoadCryptInfo(pEncryptDict, CFX_ByteString(), m_Cipher, m_KeyLen); in LoadDict() 164 if (!_LoadCryptInfo(pEncryptDict, strf_name, m_Cipher, m_KeyLen)) { in LoadDict() 184 if (!_LoadCryptInfo(pEncryptDict, strf_name, cipher, key_len)) { in LoadDict()
|