3 references to HashData
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
423HMACSHA512.HashData(key: validationSubkey, source: ivAndCipherTextSpan, destination: macDestinationSpan); 507bytesWritten = HMACSHA512.HashData(key: validationSubkey, source: hashSource, destination: correctHash);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACSHA512.cs (1)
118int written = HashData(key, source, buffer.AsSpan());