Searched refs:FXCIPHER_RC4 (Results 1 – 3 of 3) sorted by relevance
180 if (m_Cipher == FXCIPHER_RC4) { in CryptStream()237 if (m_Cipher == FXCIPHER_RC4) { in CryptFinish()405 ASSERT(cipher != FXCIPHER_RC4 || (keylen >= 5 && keylen <= 16)); in CPDF_CryptoHandler()
16 #define FXCIPHER_RC4 1 macro
75 case FXCIPHER_RC4: in IsValidKeyLengthForCipher()130 cipher = FXCIPHER_RC4; in LoadCryptInfo()