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