1 write to _hashHandle
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Windows.cs (1)
340_hashHandle = hashHandle;
3 references to _hashHandle
System.Security.Cryptography (3)
System\Security\Cryptography\LiteHash.Windows.cs (3)
350NTSTATUS ntStatus = Interop.BCrypt.BCryptHashData(_hashHandle, data, data.Length, dwFlags: 0); 362NTSTATUS ntStatus = Interop.BCrypt.BCryptFinishHash(_hashHandle, destination, _hashSizeInBytes, dwFlags: 0); 374_hashHandle.Dispose();