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)
350
NTSTATUS ntStatus = Interop.BCrypt.BCryptHashData(
_hashHandle
, data, data.Length, dwFlags: 0);
362
NTSTATUS ntStatus = Interop.BCrypt.BCryptFinishHash(
_hashHandle
, destination, _hashSizeInBytes, dwFlags: 0);
374
_hashHandle
.Dispose();