Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp180 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()
Dcpdf_security_handler.h16 #define FXCIPHER_RC4 1 macro
Dcpdf_security_handler.cpp75 case FXCIPHER_RC4: in IsValidKeyLengthForCipher()
130 cipher = FXCIPHER_RC4; in LoadCryptInfo()