Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp516 CPDF_Encryptor encryptor; in End() local
517 encryptor.Initialize(pHandler, m_dwObjNum, encoder.m_pData, encoder.m_dwSize); in End()
518 if ((len = pFile->AppendDWord(encryptor.m_dwSize)) < 0) { in End()
531 if (pFile->AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0) { in End()
534 offset += len + encryptor.m_dwSize; in End()
1003 CPDF_Encryptor encryptor; in WriteStream() local
1004 if(!encryptor.Initialize(pCrypto, objnum, encoder.m_pData, encoder.m_dwSize)) { in WriteStream()
1007 if ((FX_DWORD)encoder.m_pDict->GetInteger(FX_BSTRC("Length")) != encryptor.m_dwSize) { in WriteStream()
1009 encoder.m_pDict->SetAtInteger(FX_BSTRC("Length"), encryptor.m_dwSize); in WriteStream()
1019 if (m_File.AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0) { in WriteStream()
[all …]