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