Home
last modified time | relevance | path

Searched refs:pnSalt (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx167 BiffDecoder_RCF::BiffDecoder_RCF( sal_uInt8 pnSalt[ 16 ], sal_uInt8 pnVerifier[ 16 ], sal_uInt8 pnV… in BiffDecoder_RCF()
168 maSalt( pnSalt, pnSalt + 16 ), in BiffDecoder_RCF()
287 sal_uInt8 pnSalt[ 16 ]; in lclReadFilePass_RCF() local
290 rStrm.readMemory( pnSalt, 16 ); in lclReadFilePass_RCF()
293 xDecoder.reset( new BiffDecoder_RCF( pnSalt, pnVerifier, pnVerifierHash ) ); in lclReadFilePass_RCF()
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx322 void BinaryCodec_RCF::initKey( const sal_uInt16 pnPassData[ 16 ], const sal_uInt8 pnSalt[ 16 ] ) in initKey()
324 …PasswordHelper::GenerateStd97Key( pnPassData, uno::Sequence< sal_Int8 >( (sal_Int8*)pnSalt, 16 ) ); in initKey()
332 (void)memcpy( mpnUnique, pnSalt, 16 ); in initKey()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx211 XclImpBiff8Decrypter::XclImpBiff8Decrypter( sal_uInt8 pnSalt[ 16 ], in XclImpBiff8Decrypter()
213 maSalt( pnSalt, pnSalt + 16 ), in XclImpBiff8Decrypter()
H A Dxicontent.cxx1036 sal_uInt8 pnSalt[ 16 ]; in lclReadFilepass8_Standard() local
1039 rStrm.Read( pnSalt, 16 ); in lclReadFilepass8_Standard()
1042 xDecr.reset( new XclImpBiff8Decrypter( pnSalt, pnVerifier, pnVerifierHash ) ); in lclReadFilepass8_Standard()
H A Dxestream.cxx510 void XclExpBiff8Encrypter::GetSalt( sal_uInt8 pnSalt[16] ) const in GetSalt()
513 memcpy( pnSalt, mpnSalt, 16 ); in GetSalt()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1272 sal_uInt8 pnSalt[16]; in WriteBody() local
1276 xEnc->GetSalt(pnSalt); in WriteBody()
1280 rStrm.Write(pnSalt, 16); in WriteBody()
/trunk/main/oox/inc/oox/core/
H A Dbinarycodec.hxx223 const sal_uInt8 pnSalt[ 16 ] );
/trunk/main/oox/inc/oox/xls/
H A Dbiffcodec.hxx128 sal_uInt8 pnSalt[ 16 ],
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx224 void GetSalt( sal_uInt8 pnSalt[16] ) const;
H A Dxistream.hxx133 explicit XclImpBiff8Decrypter( sal_uInt8 pnSalt[ 16 ],

Completed in 56 milliseconds