Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dencryption.cxx920 vector< sal_uInt8 > outputBuffer( 4096 + 2*OpenSSLCipher::blockSize( cipherAlgorithm ) ); in decryptStream() local
938 cipher.update( inputBuffer, bytesIn, &outputBuffer[ 0 ], &bytesOut ); in decryptStream()
939 cipher.final( &outputBuffer[ bytesOut ], &finalBytesOut ); in decryptStream()
946 aDecryptedPackage.writeMemory( &outputBuffer[ 0 ], bytesOut ); in decryptStream()

Completed in 17 milliseconds