Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx921 sal_Int32 bytesIn; in decryptStream() local
935 bytesIn = aEncryptedPackage.readMemory( inputBuffer, sizeof( inputBuffer ) ); in decryptStream()
936 if( bytesIn > 0 ) in decryptStream()
938 cipher.update( inputBuffer, bytesIn, &outputBuffer[ 0 ], &bytesOut ); in decryptStream()

Completed in 16 milliseconds