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