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