summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_crypto_handler.h
AgeCommit message (Expand)Author
2018-05-16Use pdfium::span<> in cpdf_crypto_handler.hTom Sepez
2018-05-16Use pdfium::span<> in cpdf_creator.Tom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2017-10-03Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization.Artem Strygin
2017-10-03Change the ownership of the CPDF_CryptoHandler.Artem Strygin
2017-10-02Implement CPDF_CryptoHandler::DecryptObjectArtem Strygin
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-12Don't attempt to decrypt AES streams that are too shortchromium/3214Ryan Harrison
2017-08-30Move CFX_BinaryBuf out of fx_basicDan Sinclair
2017-05-06Remove type-unsafe void* / uint8_t* usage in fx_crypt.hTom Sepez
2017-04-13Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072Tom Sepez
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair