Searched refs:mnBaseKey (Results 1 – 2 of 2) sorted by relevance
127 mnBaseKey( 0 ), in BinaryCodec_XOR()136 mnBaseKey = mnHash = 0; in ~BinaryCodec_XOR()142 mnBaseKey = lclGetKey( pnPassData, 16 ); in initKey()171 pnBaseKeyLE[ 0 ] = static_cast< sal_uInt8 >( mnBaseKey ); in initKey()172 pnBaseKeyLE[ 1 ] = static_cast< sal_uInt8 >( mnBaseKey >> 8 ); in initKey()193 …mnBaseKey = (sal_uInt16)aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTASCII_USTRI… in initCodec()206 …hData[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XOR95BaseKey" ) ) ] <<= (sal_Int16)mnBaseKey; in getEncryptionData()214 return (nKey == mnBaseKey) && (nHash == mnHash); in verifyKey()
172 sal_uInt16 mnBaseKey; /// Base key from password. member in oox::core::BinaryCodec_XOR