Home
last modified time | relevance | path

Searched refs:FXCIPHER_NONE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp55 if (m_Cipher == FXCIPHER_NONE) { in CryptBlock()
121 if (m_Cipher == FXCIPHER_NONE) { in CryptStart()
176 if (m_Cipher == FXCIPHER_NONE) { in CryptStream()
234 if (m_Cipher == FXCIPHER_NONE) { in CryptFinish()
407 if (m_Cipher != FXCIPHER_NONE) in CPDF_CryptoHandler()
Dcpdf_security_handler.cpp77 case FXCIPHER_NONE: in IsValidKeyLengthForCipher()
91 m_Cipher(FXCIPHER_NONE), in CPDF_SecurityHandler()
103 if (m_Cipher == FXCIPHER_NONE) in OnInit()
138 cipher = FXCIPHER_NONE; in LoadCryptInfo()
Dcpdf_security_handler.h15 #define FXCIPHER_NONE 0 macro