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; 157if (_hmac != null) 159_hmac.Dispose(); 295_hmac.AppendData(_salt); 296int bytesWritten = _hmac.GetHashAndReset(uiSpan); 303_hmac.AppendData(uiSpan); 304bytesWritten = _hmac.GetHashAndReset(uiSpan);