Home
last modified time | relevance | path

Searched refs:VerifyKey (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx85 bool VerifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const;
237 bool VerifyKey(
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx203 bool MSCodec_Xor95::VerifyKey( sal_uInt16 nKey, sal_uInt16 nHash ) const in VerifyKey() function in msfilter::MSCodec_Xor95
370 bool MSCodec_Std97::VerifyKey ( in VerifyKey() function in msfilter::MSCodec_Std97
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx600 mbValid = maCodec.VerifyKey( mpnSalt, mpnSaltDigest ); in Init()
H A Dxistream.cxx154 if ( maCodec.VerifyKey( mnKey, mnHash ) ) in OnVerifyPassword()
189 if ( maCodec.VerifyKey( mnKey, mnHash ) ) in OnVerifyEncryptionData()
252 if ( maCodec.VerifyKey( &maVerifier.front(), &maVerifierHash.front() ) ) in OnVerifyPassword()
268 if ( maCodec.VerifyKey( &maVerifier.front(), &maVerifierHash.front() ) ) in OnVerifyEncryptionData()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx5073 … if ( aEncryptionData.getLength() && aCtx.VerifyKey( pWwFib->nKey, pWwFib->nHash ) ) in LoadThroughDecryption()
5124 if ( aEncryptionData.getLength() && aCtx.VerifyKey( aSaltData, aSaltHash ) ) in LoadThroughDecryption()

Completed in 55 milliseconds