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