2 overrides of AppendHashData
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
111public override void AppendHashData(ReadOnlySpan<byte> data) 187public override void AppendHashData(ReadOnlySpan<byte> data)
15 references to AppendHashData
System.Security.Cryptography (15)
System\Security\Cryptography\HashProvider.cs (1)
29AppendHashData(new ReadOnlySpan<byte>(data, offset, count));
System\Security\Cryptography\HMACCommon.cs (1)
122_hMacProvider.AppendHashData(source);
System\Security\Cryptography\IncrementalHash.cs (1)
107_hash.AppendHashData(data);
System\Security\Cryptography\MD5.cs (1)
261_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA1.cs (1)
252_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA1Managed.cs (1)
26_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA256.cs (1)
252_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA256Managed.cs (1)
26_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA3_256.cs (1)
307_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA3_384.cs (1)
308_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA3_512.cs (1)
307_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA384.cs (1)
251_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA384Managed.cs (1)
26_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA512.cs (1)
251_hashProvider.AppendHashData(source);
System\Security\Cryptography\SHA512Managed.cs (1)
26_hashProvider.AppendHashData(source);