Searched refs:bytesIn (Results 1 – 1 of 1) sorted by relevance
921 sal_Int32 bytesIn; in decryptStream() local935 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 31 milliseconds