3 references to ComputeHash
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
232
correctHash = hashAlgorithm.
ComputeHash
(protectedPayload.Array!, ivOffset, macOffset - ivOffset);
349
var 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)
688
return ImmutableArray.Create(algorithm.
ComputeHash
(buffer, offset, count));