Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp723 FX_BOOL m_bIV; member
734 pContext->m_bIV = TRUE; in CryptStart()
760 pContext->m_bIV = TRUE; in CryptStart()
791 if (pContext->m_bIV && bEncrypt) { in CryptStream()
793 pContext->m_bIV = FALSE; in CryptStream()
807 if (!bEncrypt && pContext->m_bIV) { in CryptStream()
809 pContext->m_bIV = FALSE; in CryptStream()