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.cpp146 if (m_Cipher == FXCIPHER_RC4) { in CryptStream()
203 if (m_Cipher == FXCIPHER_RC4) { in CryptFinish()
280 } else if (cipher == FXCIPHER_RC4) { in Init()
Dcpdf_security_handler.h14 #define FXCIPHER_RC4 1 macro
Dcpdf_security_handler.cpp124 cipher = FXCIPHER_RC4; in LoadCryptInfo()