Home
last modified time | relevance | path

Searched refs:mpnSalt (Results 1 – 3 of 3) sorted by path

/trunk/main/oox/source/core/
H A Dencryption.cxx84 sal_uInt8 mpnSalt[ 16 ]; member in oox::core::StandardEncryptionInfo
123 rStrm.readMemory( mpnSalt, 16 ); in StandardEncryptionInfo()
177 memcpy( pnBuffer, mpnSalt, mnSaltSize ); in verifyPassword()
218 …onSalt" ) ] <<= Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( mpnSalt ), mnSaltSize ); in verifyPassword()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx512 if ( sizeof( mpnSalt ) == 16 ) in GetSalt()
513 memcpy( pnSalt, mpnSalt, 16 ); in GetSalt()
589 rtl_random_getBytes( aRandomPool, mpnSalt, 16 ); in Init()
597 aCodec.CreateSaltDigest( mpnSalt, mpnSaltDigest ); in Init()
600 mbValid = maCodec.VerifyKey( mpnSalt, mpnSaltDigest ); in Init()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx249 sal_uInt8 mpnSalt[16]; member in XclExpBiff8Encrypter

Completed in 78 milliseconds