2 writes to _blockSize
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
90_blockSize = _hmac.HashLengthInBytes; 118_blockSize = _hmac.HashLengthInBytes;
9 references to _blockSize
System.Security.Cryptography (9)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (9)
182Debug.Assert(_blockSize > 0); 210if (remainder >= _blockSize) 212bufferSpan.Slice(0, _blockSize).CopyTo(destination.Slice(offset)); 213offset += _blockSize; 271_buffer = new byte[_blockSize]; 287Debug.Assert(_blockSize == _buffer.Length); 294uiSpan = uiSpan.Slice(0, _blockSize); 297Debug.Assert(bytesWritten == _blockSize); 305Debug.Assert(bytesWritten == _blockSize);