2 writes to _hMacCommon
System.Security.Cryptography (2)
System\Security\Cryptography\HMACSHA384.cs (2)
47_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA384, key, BlockSize); 416_hMacCommon = null!;
10 references to _hMacCommon
System.Security.Cryptography (10)
System\Security\Cryptography\HMACSHA384.cs (10)
48base.Key = _hMacCommon.ActualKey!; 51HashSizeValue = _hMacCommon.HashSizeInBits; 82_hMacCommon.ChangeKey(value); 83base.Key = _hMacCommon.ActualKey!; 88_hMacCommon.AppendHashData(rgb, ib, cb); 91_hMacCommon.AppendHashData(source); 94_hMacCommon.FinalizeHashAndReset(); 97_hMacCommon.TryFinalizeHashAndReset(destination, out bytesWritten); 99public override void Initialize() => _hMacCommon.Reset(); 413HMACCommon hMacCommon = _hMacCommon;