Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx80 …bool checkEncryptionData( const sal_uInt8* pnKey, sal_uInt32 nKeySize, const sal_uInt8* pnVerifier…
234 const sal_uInt8 *pnKey = reinterpret_cast< const sal_uInt8* >( aKey.getConstArray() ); 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
261 EVP_DecryptInit_ex( aes_ctx, EVP_aes_128_ecb(), 0, pnKey, 0 ); in checkEncryptionData()
273 EVP_DecryptInit_ex( aes_ctx, EVP_aes_128_ecb(), 0, pnKey, 0 ); in checkEncryptionData()

Completed in 15 milliseconds