1 override of TryHashData
System.Security.Cryptography (1)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
117
protected 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)
545
if (
TryHashData
(data, destination, hashAlgorithm, out int hashLength) &&
885
if (
TryHashData
(data, tmp, hashAlgorithm, out int hashSize))