2 overrides of AppendHashData
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (2)
111
public override void
AppendHashData
(ReadOnlySpan<byte> data)
187
public override void
AppendHashData
(ReadOnlySpan<byte> data)
15 references to AppendHashData
System.Security.Cryptography (15)
System\Security\Cryptography\HashProvider.cs (1)
29
AppendHashData
(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);