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