Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DStrongEncryptionDataSpace.cxx44 sal_Bool StrongEncryptionDataSpace::checkDataIntegrity() in checkDataIntegrity() function in oox::crypto::StrongEncryptionDataSpace
49 return mCryptoEngine->checkDataIntegrity(); in checkDataIntegrity()
H A DDocumentDecryption.cxx216 return mxPackageEncryption->checkDataIntegrity(); in decrypt()
H A DStandard2007Engine.cxx184 bool Standard2007Engine::checkDataIntegrity() in checkDataIntegrity() function in oox::crypto::Standard2007Engine
H A DAgileEngine.cxx423 bool AgileEngine::checkDataIntegrity() in checkDataIntegrity() function in oox::crypto::AgileEngine
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/crypto/
H A DCryptoEngine.hxx59 virtual bool checkDataIntegrity() = 0;
H A DStandard2007Engine.hxx45 bool checkDataIntegrity() override;
H A DStrongEncryptionDataSpace.hxx53 virtual sal_Bool SAL_CALL checkDataIntegrity() override;
H A DAgileEngine.hxx118 bool checkDataIntegrity() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/crypto/
H A DCryptoEngine.hxx60 virtual bool checkDataIntegrity() = 0;
H A DStandard2007Engine.hxx46 bool checkDataIntegrity() override;
H A DAgileEngine.hxx119 bool checkDataIntegrity() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/
H A DDocumentDecryption.cxx109 return mEngine->checkDataIntegrity(); in decrypt()
H A DStandard2007Engine.cxx186 bool Standard2007Engine::checkDataIntegrity() in checkDataIntegrity() function in oox::core::Standard2007Engine
H A DAgileEngine.cxx414 bool AgileEngine::checkDataIntegrity() in checkDataIntegrity() function in oox::core::AgileEngine
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/packages/
H A DXPackageEncryption.idl126 boolean checkDataIntegrity();
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/qa/unit/
H A DCryptoTest.cxx431 CPPUNIT_ASSERT_EQUAL(true, aEngine.checkDataIntegrity()); in testAgileEncryptingAndDecrypting()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/qa/unit/
H A DCryptoTest.cxx418 CPPUNIT_ASSERT_EQUAL(true, aEngine.checkDataIntegrity()); in testAgileEncryptingAndDecrypting()