Home
last modified time | relevance | path

Searched refs:nKeySize (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/oox/source/core/
H A Dencryption.cxx80 …bool checkEncryptionData( const sal_uInt8* pnKey, sal_uInt32 nKeySize, const sal_uInt8* pnVerifier…
235 sal_uInt32 nKeySize = aKey.getLength(); in verifyEncryptionData() local
240 …if( checkEncryptionData( pnKey, nKeySize, pnVerifier, nVerifierSize, pnVerifierHash, nVerifierHash… in verifyEncryptionData()
242 encryptionKey = vector< sal_uInt8 >( &pnKey[ 0 ], &pnKey[ nKeySize ] ); in verifyEncryptionData()
249 bool StandardEncryptionInfo::checkEncryptionData( const sal_uInt8* pnKey, sal_uInt32 nKeySize, cons… in checkEncryptionData() argument
254 if ( nKeySize == 16 && nVerifierSize == 16 && nVerifierHashSize == 32 ) in checkEncryptionData()
/aoo42x/main/oox/source/dump/
H A Dbiffdumper.cxx4152 sal_uInt32 nKeySize = dumpDec< sal_uInt32 >( "licence-key-size" ); in dumpObjRecBiff8() local
4153 if( nKeySize > 0 ) in dumpObjRecBiff8()
4156 sal_Int64 nKeyEnd = rStrm.tell() + nKeySize; in dumpObjRecBiff8()
4157 dumpArray( "licence-key", static_cast< sal_Int32 >( nKeySize ) ); in dumpObjRecBiff8()

Completed in 47 milliseconds