Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx799 sal_uInt32 encryptedDataLength ) in decryptAll() argument
806 vector< sal_uInt8 > decryptedData( encryptedDataLength + 2*blockSize ); in decryptAll()
809 cipher.update( encryptedData, encryptedDataLength, &decryptedData[ 0 ], &decryptedDataLength ); in decryptAll()

Completed in 116 milliseconds