Home
last modified time | relevance | path

Searched refs:mnHash (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/oox/source/core/
H A Dbinarycodec.cxx128 mnHash( 0 ) in BinaryCodec_XOR()
136 mnBaseKey = mnHash = 0; in ~BinaryCodec_XOR()
143 mnHash = lclGetHash( pnPassData, 16 ); in initKey()
194mnHash = (sal_uInt16)aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTASCII_USTRINGP… in initCodec()
207 …ata[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XOR95PasswordHash" ) ) ] <<= (sal_Int16)mnHash; in getEncryptionData()
214 return (nKey == mnBaseKey) && (nHash == mnHash); in verifyKey()
/aoo42x/main/filter/source/msfilter/
H A Dmscodec.cxx129 mnHash( 0 ), in MSCodec_Xor95()
138 mnKey = mnHash = 0; in ~MSCodec_Xor95()
144 mnHash = lclGetHash( pnPassData, 16 ); in InitKey()
185mnHash = (sal_uInt16)aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTASCII_USTRINGP… in InitCodec()
198 …ata[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XOR95PasswordHash" ) ) ] <<= (sal_Int16)mnHash; in GetEncryptionData()
205 return (nKey == mnKey) && (nHash == mnHash); in VerifyKey()
/aoo42x/main/oox/source/xls/
H A Dbiffcodec.cxx84 mnHash( nHash ) in BiffDecoder_XOR()
93 mnHash( rDecoder.mnHash ) in BiffDecoder_XOR()
117 if( maCodec.verifyKey( mnKey, mnHash ) ) in implVerifyPassword()
133 if( maCodec.verifyKey( mnKey, mnHash ) ) in implVerifyEncryptionData()
/aoo42x/main/sc/source/filter/excel/
H A Dxistream.cxx122 mnHash( nHash ) in XclImpBiff5Decrypter()
130 mnHash( rSrc.mnHash ) in XclImpBiff5Decrypter()
154 if ( maCodec.VerifyKey( mnKey, mnHash ) ) in OnVerifyPassword()
189 if ( maCodec.VerifyKey( mnKey, mnHash ) ) in OnVerifyEncryptionData()
H A Dexcrecds.cxx518 mnHash(0x0000) in XclExpPassHash()
522 mnHash = ((aHash[0] << 8) & 0xFFFF); in XclExpPassHash()
523 mnHash |= (aHash[1] & 0xFF); in XclExpPassHash()
533 rStrm << mnHash; in WriteBody()
H A Dxestyle.cxx964 mnHash = lclCalcHash( maData ); in XclExpFont()
972 return (mnHash == nHash) && (maData == rFontData); in Equals()
/aoo42x/main/oox/inc/oox/core/
H A Dbinarycodec.hxx173 sal_uInt16 mnHash; /// Hash value from password. member in oox::core::BinaryCodec_XOR
/aoo42x/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx133 sal_uInt16 mnHash; /// Hash value from password. member in msfilter::MSCodec_Xor95
/aoo42x/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx118 sal_uInt16 mnHash; member in oox::xls::BiffDecoder_XOR
/aoo42x/main/sc/source/filter/inc/
H A Dexcrecds.hxx245 sal_uInt16 mnHash; member in XclExpPassHash
H A Dxistream.hxx124 sal_uInt16 mnHash; member in XclImpBiff5Decrypter
H A Dxestyle.hxx190 sal_uInt32 mnHash; /// Hash value for fast comparison. member in XclExpFont

Completed in 189 milliseconds