Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dencryption.cxx808 int decryptedDataLength; in decryptAll() local
809 cipher.update( encryptedData, encryptedDataLength, &decryptedData[ 0 ], &decryptedDataLength ); in decryptAll()
811 cipher.final( &decryptedData[ decryptedDataLength ], &finalDataLength ); in decryptAll()
812 decryptedDataLength += finalDataLength; in decryptAll()
813 decryptedData.resize( decryptedDataLength ); in decryptAll()

Completed in 15 milliseconds