6 references to BCryptHashData
System.Security.Cryptography (6)
System\Security\Cryptography\HashProviderCng.cs (1)
68
NTSTATUS ntStatus = Interop.BCrypt.
BCryptHashData
(_hHash, source, source.Length, 0);
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
314
ntStatus = Interop.BCrypt.
BCryptHashData
(hHash, source, source.Length, 0);
System\Security\Cryptography\LiteHash.Windows.cs (4)
128
CheckStatus(Interop.BCrypt.
BCryptHashData
(_hashHandle, data, data.Length, dwFlags: 0));
237
NTSTATUS ntStatus = Interop.BCrypt.
BCryptHashData
(_hashHandle, data, data.Length, dwFlags: 0);
350
NTSTATUS ntStatus = Interop.BCrypt.
BCryptHashData
(_hashHandle, data, data.Length, dwFlags: 0);
423
NTSTATUS ntStatus = Interop.BCrypt.
BCryptHashData
(_hashHandle, data, data.Length, dwFlags: 0);