Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp110 cipher = FXCIPHER_RC4; in _LoadCryptInfo()
782 if (m_Cipher == FXCIPHER_RC4) { in CryptStream()
834 if (m_Cipher == FXCIPHER_RC4) { in CryptFinish()
899 } else if (cipher == FXCIPHER_RC4) { in Init()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h606 #define FXCIPHER_RC4 1 macro