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