9 references to AppendData
dotnet-sourcelink (2)
Program.cs (2)
273
incrementalHash.
AppendData
(content);
313
incrementalHash.
AppendData
(s_crlfBytes);
ILCompiler.ReadyToRun (1)
Compiler\CryptographicHashProvider.cs (1)
242
incrementalHash.
AppendData
(bytes.ToArray());
Microsoft.CodeAnalysis (2)
CryptographicHashProvider.cs (2)
239
incrementalHash.
AppendData
(bytes.ToArray());
253
incrementalHash.
AppendData
(getBytes(constant));
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
735
hmacMic.
AppendData
(_negotiateMessage);
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1259
mac.
AppendData
(authSafe);
System\Security\Cryptography\IncrementalHash.cs (1)
117
/// <see cref="
AppendData
(byte[])"/>, and resets the object to its initial state.
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
298
_hmac.
AppendData
(_salt);