Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/core/
H A Dfilterdetect.cxx350 bool lclCheckEncryptionData( const sal_uInt8* pnKey, sal_uInt32 nKeySize, const sal_uInt8* pnVerifi… in lclCheckEncryptionData() argument
360 EVP_DecryptInit_ex( &aes_ctx, EVP_aes_128_ecb(), 0, pnKey, 0 ); in lclCheckEncryptionData()
370 EVP_DecryptInit_ex( &aes_ctx, EVP_aes_128_ecb(), 0, pnKey, 0 ); in lclCheckEncryptionData()
392 …t PackageEncryptionInfo& rEncrInfo, const OUString& rPassword, sal_uInt8* pnKey, sal_uInt32 nRequi… in lclGenerateEncryptionKey() argument
428 lclDeriveKey( pnHash, RTL_DIGEST_LENGTH_SHA1, pnKey, nRequiredKeyLen ); in lclGenerateEncryptionKey()
432 …if( lclCheckEncryptionData( pnKey, nRequiredKeyLen, rEncrInfo.mpnEncrVerifier, sizeof( rEncrInfo.m… in lclGenerateEncryptionKey()
435 …onKey" ) ] <<= Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( pnKey ), nRequiredKeyLen… in lclGenerateEncryptionKey()

Completed in 24 milliseconds