Searched defs:m_Cipher (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp58 FX_INT32 m_Cipher; member in struct:_PDF_CRYPTOITEM
71 m_Cipher = FXCIPHER_NONE;
83 if (m_Cipher == FXCIPHER_NONE) {
158 return _LoadCryptInfo(pEncryptDict, CFX_ByteString(), m_Cipher, m_KeyLen);
165 if (!_LoadCryptInfo(pEncryptDict, strf_name, m_Cipher, m_KeyLen)) {
188 m_Cipher = cipher;
195 cipher = m_Cipher;
664 if (m_Cipher == FXCIPHER_NONE) {
670 if (m_Cipher != FXCIPHER_AES || m_KeyLen != 32) {
680 if (m_Cipher
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h705 int m_Cipher; member in class:CPDF_StandardSecurityHandler
764 int m_Cipher; member in class:CPDF_StandardCryptoHandler

Completed in 232 milliseconds