Searched refs:FXCIPHER_NONE (Results 1 – 3 of 3) sorted by relevance
55 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()
77 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()
15 #define FXCIPHER_NONE 0 macro