4 references to HmacStream
System.Security.Cryptography (4)
System\Security\Cryptography\CryptographicOperations.cs (2)
619
return LiteHashProvider.
HmacStream
(hashAlgorithm.Name, key, source, destination);
905
int written = LiteHashProvider.
HmacStream
(hashAlgorithm.Name, key, source, macBuffer);
System\Security\Cryptography\HMACStatic.cs (2)
96
return LiteHashProvider.
HmacStream
(THMAC.HashAlgorithmName, key, source, destination);
182
int written = LiteHashProvider.
HmacStream
(THMAC.HashAlgorithmName, key, source, mac);