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.cpp787 FX_BOOL m_bIV; member
799 pContext->m_bIV = TRUE; in CryptStart()
826 pContext->m_bIV = TRUE; in CryptStart()
860 if (pContext->m_bIV && bEncrypt) { in CryptStream()
862 pContext->m_bIV = FALSE; in CryptStream()
877 if (!bEncrypt && pContext->m_bIV) { in CryptStream()
879 pContext->m_bIV = FALSE; in CryptStream()