summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_crypto_handler.cpp
AgeCommit message (Expand)Author
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-05-16Use pdfium::span<> in cpdf_crypto_handler.hTom Sepez
2018-05-16Use pdfium::span<> in cpdf_creator.Tom Sepez
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-10-03Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization.Artem Strygin
2017-10-02Implement CPDF_CryptoHandler::DecryptObjectArtem Strygin
2017-09-18Convert string class namesRyan Harrison
2017-09-12Don't attempt to decrypt AES streams that are too shortchromium/3214Ryan Harrison
2017-05-06Remove type-unsafe void* / uint8_t* usage in fx_crypt.hTom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2016-11-21Remove some void* usage in fx_crypt.cpptsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair