1 override of TryHashData
System.Security.Cryptography (1)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
117protected override bool TryHashData(ReadOnlySpan<byte> data, Span<byte> destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)
2 references to TryHashData
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (2)
545if (TryHashData(data, destination, hashAlgorithm, out int hashLength) && 885if (TryHashData(data, tmp, hashAlgorithm, out int hashSize))