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)
185
Debug.Assert(
_blockSize
> 0);
213
if (remainder >=
_blockSize
)
215
bufferSpan.Slice(0,
_blockSize
).CopyTo(destination.Slice(offset));
216
offset +=
_blockSize
;
274
_buffer = new byte[
_blockSize
];
290
Debug.Assert(
_blockSize
== _buffer.Length);
297
uiSpan = uiSpan.Slice(0,
_blockSize
);
300
Debug.Assert(bytesWritten ==
_blockSize
);
308
Debug.Assert(bytesWritten ==
_blockSize
);