9 references to HmacStreamAsync
System.Security.Cryptography (9)
System\Security\Cryptography\CryptographicOperations.cs (1)
711
return LiteHashProvider.
HmacStreamAsync
(hashAlgorithm.Name, key.Span, source, destination, cancellationToken);
System\Security\Cryptography\HMACMD5.cs (1)
331
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA1.cs (1)
327
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA256.cs (1)
319
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA3_256.cs (1)
361
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA3_384.cs (1)
361
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA3_512.cs (1)
361
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA384.cs (1)
336
return LiteHashProvider.
HmacStreamAsync
(
System\Security\Cryptography\HMACSHA512.cs (1)
333
return LiteHashProvider.
HmacStreamAsync
(