3 writes to _hmac
System.Security.Cryptography (3)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (3)
88
_hmac
= OpenHmac(passwordBytes);
116
_hmac
= OpenHmac(password);
160
_hmac
= null!;
8 references to _hmac
System.Security.Cryptography (8)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (8)
90
_blockSize =
_hmac
.HashLengthInBytes;
118
_blockSize =
_hmac
.HashLengthInBytes;
157
if (
_hmac
!= null)
159
_hmac
.Dispose();
295
_hmac
.AppendData(_salt);
296
int bytesWritten =
_hmac
.GetHashAndReset(uiSpan);
303
_hmac
.AppendData(uiSpan);
304
bytesWritten =
_hmac
.GetHashAndReset(uiSpan);