2 references to HmacStreamAsync
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (1)
756return LiteHashProvider.HmacStreamAsync(hashAlgorithm.Name, key.Span, source, cancellationToken);
System\Security\Cryptography\HMACStatic.cs (1)
128return LiteHashProvider.HmacStreamAsync(THMAC.HashAlgorithmName, key.Span, source, cancellationToken);