1 write to hmac
System.IdentityModel (1)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (1)
65this.hmac = CryptoHelper.NewHmacSha1KeyedHashAlgorithm(secret);
5 references to hmac
System.IdentityModel (5)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (5)
67this.buffer = DiagnosticUtility.Utility.AllocateByteArray(checked(this.hmac.HashSize / 8 + this.seed.Length)); 100hmac.Initialize(); 101this.aValue = hmac.ComputeHash(this.aValue); 105hmac.Initialize(); 106this.chunk = hmac.ComputeHash(buffer);