2 overrides of HashData
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
101
protected override byte[]
HashData
(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
System\Security\Cryptography\DSAWrapper.cs (1)
159
protected override byte[]
HashData
(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
3 references to HashData
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (3)
148
byte[] hash =
HashData
(data, offset, count, hashAlgorithm);
319
byte[] hash =
HashData
(data, offset, count, hashAlgorithm);
903
byte[] ret =
HashData
(array, 0, data.Length, hashAlgorithm);