3 references to HashData
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
413byte[] hashVal = SHA1.HashData(new ReadOnlySpan<byte>(buffer, offset, count)); 457return SHA1.HashData(new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\HMACCommon.cs (1)
95modifiedKey = SHA1.HashData(key);