2 references to HmacStream
System.Security.Cryptography (2)
System\Security\Cryptography\CryptographicOperations.cs (1)
580return LiteHashProvider.HmacStream(hashAlgorithm.Name, hashSizeInBytes, key, source);
System\Security\Cryptography\HMACStatic.cs (1)
107return LiteHashProvider.HmacStream(THMAC.HashAlgorithmName, THMAC.HashSizeInBytes, key, source);