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