3 references to ComputeHash
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
232correctHash = hashAlgorithm.ComputeHash(protectedPayload.Array!, ivOffset, macOffset - ivOffset); 349var mac = validationAlgorithm.ComputeHash(underlyingBuffer, KEY_MODIFIER_SIZE_IN_BYTES, checked((int)outputStream.Length - KEY_MODIFIER_SIZE_IN_BYTES));
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
688return ImmutableArray.Create(algorithm.ComputeHash(buffer, offset, count));