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.cpp63 int32_t m_Cipher; member
75 m_Cipher = FXCIPHER_NONE; in CPDF_StandardSecurityHandler()
85 if (m_Cipher == FXCIPHER_NONE) { in OnInit()
161 return _LoadCryptInfo(pEncryptDict, CFX_ByteString(), m_Cipher, m_KeyLen); in LoadDict()
168 if (!_LoadCryptInfo(pEncryptDict, strf_name, m_Cipher, m_KeyLen)) { in LoadDict()
193 m_Cipher = cipher; in LoadDict()
201 cipher = m_Cipher; in GetCryptInfo()
726 if (m_Cipher == FXCIPHER_NONE) { in CryptBlock()
732 if (m_Cipher != FXCIPHER_AES || m_KeyLen != 32) { in CryptBlock()
742 if (m_Cipher == FXCIPHER_AES) { in CryptBlock()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h674 int m_Cipher; variable
762 int m_Cipher; variable