Home
last modified time | relevance | path

Searched refs:m_Cipher (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp58 FX_INT32 m_Cipher; member
71 m_Cipher = FXCIPHER_NONE; in CPDF_StandardSecurityHandler()
83 if (m_Cipher == FXCIPHER_NONE) { in OnInit()
158 return _LoadCryptInfo(pEncryptDict, CFX_ByteString(), m_Cipher, m_KeyLen); in LoadDict()
165 if (!_LoadCryptInfo(pEncryptDict, strf_name, m_Cipher, m_KeyLen)) { in LoadDict()
188 m_Cipher = cipher; in LoadDict()
195 cipher = m_Cipher; in GetCryptInfo()
664 if (m_Cipher == FXCIPHER_NONE) { in CryptBlock()
670 if (m_Cipher != FXCIPHER_AES || m_KeyLen != 32) { in CryptBlock()
680 if (m_Cipher == FXCIPHER_AES) { in CryptBlock()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h705 int m_Cipher; variable
764 int m_Cipher; variable