2 writes to _hashHandle
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Windows.cs (2)
206
_hashHandle
= hashHandle;
218
_hashHandle
= hashHandle;
6 references to _hashHandle
System.Security.Cryptography (6)
System\Security\Cryptography\LiteHash.Windows.cs (6)
237
NTSTATUS ntStatus = Interop.BCrypt.BCryptHashData(
_hashHandle
, data, data.Length, dwFlags: 0);
249
NTSTATUS ntStatus = Interop.BCrypt.BCryptFinishHash(
_hashHandle
, pDestination, destination.Length, dwFlags: 0);
267
using (SafeBCryptHashHandle tmpHash = Interop.BCrypt.BCryptDuplicateHash(
_hashHandle
))
281
SafeBCryptHashHandle clone = Interop.BCrypt.BCryptDuplicateHash(
_hashHandle
);
289
NTSTATUS ntStatus = Interop.BCrypt.BCryptFinishHash(
_hashHandle
, pDestination, destination.Length, dwFlags: BCRYPT_HASH_DONT_RESET_FLAG);
300
_hashHandle
.Dispose();