Searched refs:pnSalt (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | biffcodec.cxx | 167 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()
|
/aoo41x/main/oox/source/core/ |
H A D | binarycodec.cxx | 322 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 211 XclImpBiff8Decrypter::XclImpBiff8Decrypter( sal_uInt8 pnSalt[ 16 ], in XclImpBiff8Decrypter() 213 maSalt( pnSalt, pnSalt + 16 ), in XclImpBiff8Decrypter()
|
H A D | xicontent.cxx | 1036 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 D | xestream.cxx | 510 void XclExpBiff8Encrypter::GetSalt( sal_uInt8 pnSalt[16] ) const in GetSalt() 513 memcpy( pnSalt, mpnSalt, 16 ); in GetSalt()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 1272 sal_uInt8 pnSalt[16]; in WriteBody() local 1276 xEnc->GetSalt(pnSalt); in WriteBody() 1280 rStrm.Write(pnSalt, 16); in WriteBody()
|
/aoo41x/main/oox/inc/oox/core/ |
H A D | binarycodec.hxx | 223 const sal_uInt8 pnSalt[ 16 ] );
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | biffcodec.hxx | 128 sal_uInt8 pnSalt[ 16 ],
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestream.hxx | 224 void GetSalt( sal_uInt8 pnSalt[16] ) const;
|
H A D | xistream.hxx | 133 explicit XclImpBiff8Decrypter( sal_uInt8 pnSalt[ 16 ],
|
Completed in 52 milliseconds