4 references to HmacStreamAsync
System.Security.Cryptography (4)
System\Security\Cryptography\CryptographicOperations.cs (2)
711return LiteHashProvider.HmacStreamAsync(hashAlgorithm.Name, key.Span, source, destination, cancellationToken); 1004int written = await LiteHashProvider.HmacStreamAsync(
System\Security\Cryptography\HMACStatic.cs (2)
153return LiteHashProvider.HmacStreamAsync( 226int written = await LiteHashProvider.HmacStreamAsync(