Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h16 #define FXCIPHER_NONE 0 macro
92 int m_Cipher = FXCIPHER_NONE;
Dcpdf_crypto_handler.cpp51 if (m_Cipher == FXCIPHER_NONE) { in CryptBlock()
113 if (m_Cipher == FXCIPHER_NONE) { in CryptStart()
165 if (m_Cipher == FXCIPHER_NONE) { in CryptStream()
223 if (m_Cipher == FXCIPHER_NONE) { in CryptFinish()
389 if (m_Cipher != FXCIPHER_NONE) in CPDF_CryptoHandler()
Dcpdf_security_handler.cpp81 case FXCIPHER_NONE: in IsValidKeyLengthForCipher()
199 if (m_Cipher == FXCIPHER_NONE) in OnInit()
240 *cipher = FXCIPHER_NONE; in LoadCryptInfo()
544 int cipher = FXCIPHER_NONE; in OnCreateInternal()