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)
182
Debug.Assert(
_blockSize
> 0);
210
if (remainder >=
_blockSize
)
212
bufferSpan.Slice(0,
_blockSize
).CopyTo(destination.Slice(offset));
213
offset +=
_blockSize
;
271
_buffer = new byte[
_blockSize
];
287
Debug.Assert(
_blockSize
== _buffer.Length);
294
uiSpan = uiSpan.Slice(0,
_blockSize
);
297
Debug.Assert(bytesWritten ==
_blockSize
);
305
Debug.Assert(bytesWritten ==
_blockSize
);