Searched refs:FXCIPHER_NONE (Results 1 – 2 of 2) sorted by relevance
75 m_Cipher = FXCIPHER_NONE; in CPDF_StandardSecurityHandler()85 if (m_Cipher == FXCIPHER_NONE) { in OnInit()122 cipher = FXCIPHER_NONE; in _LoadCryptInfo()726 if (m_Cipher == FXCIPHER_NONE) { in CryptBlock()794 if (m_Cipher == FXCIPHER_NONE) { in CryptStart()849 if (m_Cipher == FXCIPHER_NONE) { in CryptStream()906 if (m_Cipher == FXCIPHER_NONE) { in CryptFinish()953 if (m_Cipher != FXCIPHER_NONE) { in Init()1033 m_Cipher = FXCIPHER_NONE; in CPDF_StandardCryptoHandler()
549 #define FXCIPHER_NONE 0 macro