Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp112 bool m_bIV; member
126 pContext->m_bIV = true; in CryptStart()
152 pContext->m_bIV = true; in CryptStart()
188 if (pContext->m_bIV && bEncrypt) { in CryptStream()
190 pContext->m_bIV = false; in CryptStream()
205 if (!bEncrypt && pContext->m_bIV) { in CryptStream()
207 pContext->m_bIV = false; in CryptStream()