Searched refs:encryptor (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_create.cpp | 597 CPDF_Encryptor encryptor; in End() local 598 encryptor.Initialize(pHandler, m_dwObjNum, encoder.m_pData, in End() 600 if ((len = pFile->AppendDWord(encryptor.m_dwSize)) < 0) { in End() 613 if (pFile->AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0) { in End() 616 offset += len + encryptor.m_dwSize; in End() 1037 CPDF_Encryptor encryptor; in WriteStream() local 1038 if (!encryptor.Initialize(pCrypto, objnum, encoder.m_pData, in WriteStream() 1042 if ((FX_DWORD)encoder.m_pDict->GetInteger("Length") != encryptor.m_dwSize) { in WriteStream() 1044 encoder.m_pDict->SetAtInteger("Length", encryptor.m_dwSize); in WriteStream() 1054 if (m_File.AppendBlock(encryptor.m_pData, encryptor.m_dwSize) < 0) { in WriteStream() [all …]
|
/external/libchrome/crypto/ |
D | crypto.gypi | 54 'encryptor.cc', 55 'encryptor.h',
|
D | BUILD.gn | 33 "encryptor.cc", 34 "encryptor.h",
|