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