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