2 references to BlockSize
System.IO.Compression (2)
System\IO\Compression\WinZipAesStream.cs (2)
313for (int i = 0; i < KeystreamBufferSize; i += BlockSize) 315BinaryPrimitives.WriteUInt128LittleEndian(_keystreamBuffer.AsSpan(i, BlockSize), _counter);