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