2 writes to _hmac
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
44_hmac = hmac; 291_hmac = null;
9 references to _hmac
System.Security.Cryptography (9)
System\Security\Cryptography\IncrementalHash.cs (9)
45HashLengthInBytes = _hmac.HashSizeInBytes; 104Debug.Assert((_hash != null) ^ (_hmac != null)); 111_hmac!.AppendHashData(data); 178Debug.Assert((_hash != null) ^ (_hmac != null)); 181_hmac!.FinalizeHashAndReset(destination); 268Debug.Assert((_hash != null) ^ (_hmac != null)); 271_hmac!.GetCurrentHash(destination); 288if (_hmac != null) 290_hmac.Dispose(true);