Searched refs:decryptedSize (Results 1 – 1 of 1) sorted by relevance
917 const sal_uInt64 decryptedSize = aEncryptedPackage.readuInt64(); in decryptStream() local941 if( decryptedSize < (totalBytesWritten + bytesOut) ) in decryptStream()943 bytesOut = decryptedSize % sizeof( inputBuffer ); in decryptStream()
Completed in 19 milliseconds