Searched refs:mpnKey (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/filter/source/msfilter/ |
| H A D | mscodec.cxx | 132 (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() 159 for( nIndex = nLen; nIndex < sizeof( mpnKey ); ++nIndex, ++pnFillChar ) 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() 196 …SCII_USTRINGPARAM( "XOR95EncryptionKey" ) ) ] <<= uno::Sequence<sal_Int8>( (sal_Int8*)mpnKey, 16 ); in GetEncryptionData() 215 const sal_uInt8* pnCurrKey = mpnKey + mnOffset; in Decode() [all …]
|
| /AOO41X/main/oox/source/core/ |
| H A D | binarycodec.cxx | 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() [all …]
|
| /AOO41X/main/oox/inc/oox/core/ |
| H A D | binarycodec.hxx | 170 sal_uInt8 mpnKey[ 16 ]; /// Encryption key. member in oox::core::BinaryCodec_XOR
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | mscodec.hxx | 125 sal_uInt8 mpnKey[ 16 ]; /// Encryption key. member in msfilter::MSCodec_Xor95
|