Searched refs:_LoadCryptInfo (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 109 static FX_BOOL _LoadCryptInfo(CPDF_Dictionary* pEncryptDict, in _LoadCryptInfo() function 161 return _LoadCryptInfo(pEncryptDict, CFX_ByteString(), m_Cipher, m_KeyLen); in LoadDict() 168 if (!_LoadCryptInfo(pEncryptDict, strf_name, m_Cipher, m_KeyLen)) { in LoadDict() 190 if (!_LoadCryptInfo(pEncryptDict, strf_name, cipher, key_len)) { in LoadDict()
|