3 references to HashData
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (2)
383int written = HMACMD5.HashData(pwHash, blob, hash); 665int sessionKeyWritten = HMACMD5.HashData(ntlm2hash, responseAsSpan.Slice(response.NtChallengeResponse.PayloadOffset, 16), sessionBaseKey);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACMD5.cs (1)
108int written = HashData(key, source, buffer.AsSpan());