2 writes to _blockSize
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
93_blockSize = _hmac.HashLengthInBytes; 121_blockSize = _hmac.HashLengthInBytes;
9 references to _blockSize
System.Security.Cryptography (9)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (9)
185Debug.Assert(_blockSize > 0); 213if (remainder >= _blockSize) 215bufferSpan.Slice(0, _blockSize).CopyTo(destination.Slice(offset)); 216offset += _blockSize; 274_buffer = new byte[_blockSize]; 290Debug.Assert(_blockSize == _buffer.Length); 297uiSpan = uiSpan.Slice(0, _blockSize); 300Debug.Assert(bytesWritten == _blockSize); 308Debug.Assert(bytesWritten == _blockSize);