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