2 writes to chunk
System.IdentityModel (2)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (2)
62this.chunk = new byte[0]; 106this.chunk = hmac.ComputeHash(buffer);
2 references to chunk
System.IdentityModel (2)
System\IdentityModel\Psha1DerivedKeyGenerator.cs (2)
97if (index >= chunk.Length) 110return chunk[index++];