Home
last modified time | relevance | path

Searched refs:mpnKey (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/filter/source/msfilter/
H A Dmscodec.cxx132 (void)memset( mpnKey, 0, sizeof( mpnKey ) ); in MSCodec_Xor95()
137 (void)memset( mpnKey, 0, sizeof( mpnKey ) ); in ~MSCodec_Xor95()
146 (void)memcpy( mpnKey, pnPassData, 16 ); in InitKey()
160 mpnKey[ nIndex ] = *pnFillChar; in InitKey()
164 sal_uInt8* pnKeyChar = mpnKey; in InitKey()
165 for( nIndex = 0; nIndex < sizeof( mpnKey ); ++nIndex, ++pnKeyChar ) in InitKey()
181 (void)memcpy( mpnKey, aKey.getConstArray(), 16 ); in InitCodec()
215 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in Decode()
216 const sal_uInt8* pnKeyLast = mpnKey + 0x0F; in Decode()
231 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in Decode()
[all …]
/aoo42x/main/oox/source/core/
H A Dbinarycodec.cxx130 (void)memset( mpnKey, 0, sizeof( mpnKey ) ); in BinaryCodec_XOR()
135 (void)memset( mpnKey, 0, sizeof( mpnKey ) ); in ~BinaryCodec_XOR()
153 (void)memcpy( mpnKey, pnPassData, 16 ); in initKey()
158 mpnKey[ nIndex ] = *pnFillChar; in initKey()
173 sal_uInt8* pnKeyChar = mpnKey; in initKey()
174 for( nIndex = 0; nIndex < static_cast< sal_Int32 >( sizeof( mpnKey ) ); ++nIndex, ++pnKeyChar ) in initKey()
190 (void)memcpy( mpnKey, aKey.getConstArray(), 16 ); in initCodec()
224 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in decode()
225 const sal_uInt8* pnKeyLast = mpnKey + 0x0F; in decode()
238 if( pnCurrKey < pnKeyLast ) ++pnCurrKey; else pnCurrKey = mpnKey; in decode()
[all …]
/aoo42x/main/oox/inc/oox/core/
H A Dbinarycodec.hxx170 sal_uInt8 mpnKey[ 16 ]; /// Encryption key. member in oox::core::BinaryCodec_XOR
/aoo42x/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx125 sal_uInt8 mpnKey[ 16 ]; /// Encryption key. member in msfilter::MSCodec_Xor95

Completed in 25 milliseconds