9 references to AppendData
dotnet-sourcelink (2)
ILCompiler.ReadyToRun (1)
Compiler\CryptographicHashProvider.cs (1)
242incrementalHash.AppendData(bytes.ToArray());
Microsoft.CodeAnalysis (2)
CryptographicHashProvider.cs (2)
239incrementalHash.AppendData(bytes.ToArray()); 253incrementalHash.AppendData(getBytes(constant));
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
735hmacMic.AppendData(_negotiateMessage);
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1259mac.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);