3 writes to _hmac
System.Security.Cryptography (3)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (3)
91
_hmac
= OpenHmac(passwordBytes);
119
_hmac
= OpenHmac(password);
163
_hmac
= null!;
8 references to _hmac
System.Security.Cryptography (8)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (8)
93
_blockSize =
_hmac
.HashLengthInBytes;
121
_blockSize =
_hmac
.HashLengthInBytes;
160
if (
_hmac
!= null)
162
_hmac
.Dispose();
298
_hmac
.AppendData(_salt);
299
int bytesWritten =
_hmac
.GetHashAndReset(uiSpan);
306
_hmac
.AppendData(uiSpan);
307
bytesWritten =
_hmac
.GetHashAndReset(uiSpan);