Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DAgileEngine.cxx188 constexpr const sal_uInt32 constSegmentLength = 4096; variable
461 std::vector<sal_uInt8> inputBuffer(constSegmentLength); in decrypt()
462 std::vector<sal_uInt8> outputBuffer(constSegmentLength); in decrypt()
803 std::vector<sal_uInt8> inputBuffer(constSegmentLength); in encrypt()
804 std::vector<sal_uInt8> outputBuffer(constSegmentLength); in encrypt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/
H A DAgileEngine.cxx186 constexpr const sal_uInt32 constSegmentLength = 4096; variable
452 std::vector<sal_uInt8> inputBuffer(constSegmentLength); in decrypt()
453 std::vector<sal_uInt8> outputBuffer(constSegmentLength); in decrypt()
792 std::vector<sal_uInt8> inputBuffer(constSegmentLength); in encrypt()
793 std::vector<sal_uInt8> outputBuffer(constSegmentLength); in encrypt()