Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx806 vector< sal_uInt8 > decryptedData( encryptedDataLength + 2*blockSize ); in decryptAll() local
809 cipher.update( encryptedData, encryptedDataLength, &decryptedData[ 0 ], &decryptedDataLength ); in decryptAll()
811 cipher.final( &decryptedData[ decryptedDataLength ], &finalDataLength ); in decryptAll()
813 decryptedData.resize( decryptedDataLength ); in decryptAll()
814 return decryptedData; in decryptAll()

Completed in 25 milliseconds