5 references to BCryptCreateHash
System.Security.Cryptography (5)
System\Security\Cryptography\HashProviderCng.cs (2)
39NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(_hAlgorithm, out _hHash, IntPtr.Zero, 0, key, key.Length, BCryptCreateHashFlags.BCRYPT_HASH_REUSABLE_FLAG); 159NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(_hAlgorithm, out hHash, IntPtr.Zero, 0, _key, _key == null ? 0 : _key.Length, Flags);
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
297NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(
System\Security\Cryptography\LiteHash.Windows.cs (2)
325NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash( 398NTSTATUS ntStatus = Interop.BCrypt.BCryptCreateHash(