Lines Matching refs:mpnKey
130 (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()
157 …for( nIndex = nLen; nIndex < static_cast< sal_Int32 >( sizeof( mpnKey ) ); ++nIndex, ++pnFillChar ) 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()
205 …SCII_USTRINGPARAM( "XOR95EncryptionKey" ) ) ] <<= uno::Sequence<sal_Int8>( (sal_Int8*)mpnKey, 16 ); in getEncryptionData()
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()
249 if( pnCurrKey < pnKeyLast ) ++pnCurrKey; else pnCurrKey = mpnKey; in decode()