Home
last modified time | relevance | path

Searched refs:inputBuffer (Results 1 – 1 of 1) sorted by path

/trunk/main/oox/source/core/
H A Dencryption.cxx919 sal_uInt8 inputBuffer[ 4096 ]; in decryptStream() local
935 bytesIn = aEncryptedPackage.readMemory( inputBuffer, sizeof( inputBuffer ) ); in decryptStream()
938 cipher.update( inputBuffer, bytesIn, &outputBuffer[ 0 ], &bytesOut ); in decryptStream()
943 bytesOut = decryptedSize % sizeof( inputBuffer ); in decryptStream()

Completed in 41 milliseconds