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.cpp23 if (m_Cipher == FXCIPHER_NONE) { in CryptBlock()
87 if (m_Cipher == FXCIPHER_NONE) { in CryptStart()
142 if (m_Cipher == FXCIPHER_NONE) { in CryptStream()
200 if (m_Cipher == FXCIPHER_NONE) { in CryptFinish()
257 if (m_Cipher != FXCIPHER_NONE) { in Init()
326 m_Cipher = FXCIPHER_NONE; in CPDF_CryptoHandler()
Dcpdf_security_handler.h13 #define FXCIPHER_NONE 0 macro
Dcpdf_security_handler.cpp81 m_Cipher(FXCIPHER_NONE), in CPDF_SecurityHandler()
97 if (m_Cipher == FXCIPHER_NONE) { in OnInit()
132 cipher = FXCIPHER_NONE; in LoadCryptInfo()