2 references to TryComputeHash
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
254if (!validationAlgorithm.TryComputeHash(source: ivAndCipherTextSpan, destination: macDestinationSpan, out _)) 419var success = validationAlgorithm.TryComputeHash(dataToValidate, correctHash, out bytesWritten);