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; 160if (_hmac != null) 162_hmac.Dispose(); 298_hmac.AppendData(_salt); 299int bytesWritten = _hmac.GetHashAndReset(uiSpan); 306_hmac.AppendData(uiSpan); 307bytesWritten = _hmac.GetHashAndReset(uiSpan);