1 write to _hmac
System.ServiceModel.Primitives (1)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (1)
59_hmac = CryptoHelper.NewHmacSha1KeyedHashAlgorithm(secret);
5 references to _hmac
System.ServiceModel.Primitives (5)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (5)
61_buffer = Fx.AllocateByteArray(checked(_hmac.HashSize / 8 + _seed.Length)); 94_hmac.Initialize(); 95_aValue = _hmac.ComputeHash(_aValue); 99_hmac.Initialize(); 100_chunk = _hmac.ComputeHash(_buffer);