5 references to CreateHmac
System.Security.Cryptography (5)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
156_liteHmac = LiteHashProvider.CreateHmac(hashAlgorithmId, key);
System\Security\Cryptography\LiteHashProvider.cs (4)
63LiteHmac hash = CreateHmac(hashAlgorithmId, key); 74LiteHmac hash = CreateHmac(hashAlgorithmId, key); 92LiteHmac hash = CreateHmac(hashAlgorithmId, key); 107LiteHmac hash = CreateHmac(hashAlgorithmId, key);