2 writes to _hmac
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
44_hmac = hmac; 306_hmac = null;
11 references to _hmac
System.Security.Cryptography (11)
System\Security\Cryptography\IncrementalHash.cs (11)
45HashLengthInBytes = _hmac.HashSizeInBytes; 104Debug.Assert((_hash != null) ^ (_hmac != null)); 111_hmac!.AppendHashData(data); 177Debug.Assert((_hash != null) ^ (_hmac != null)); 180_hmac!.FinalizeHashAndReset(destination); 267Debug.Assert((_hash != null) ^ (_hmac != null)); 270_hmac!.GetCurrentHash(destination); 282Debug.Assert((_hash != null) ^ (_hmac != null)); 286new IncrementalHash(_algorithmName, _hmac!.Clone()); 303if (_hmac != null) 305_hmac.Dispose(true);