2 writes to _hashHandle
System.Security.Cryptography (2)
System\Security\Cryptography\LiteHash.Windows.cs (2)
86
_hashHandle
= hashHandle;
97
_hashHandle
= hashHandle;
6 references to _hashHandle
System.Security.Cryptography (6)
System\Security\Cryptography\LiteHash.Windows.cs (6)
117
CheckStatus(Interop.BCrypt.BCryptFinishHash(
_hashHandle
, buffer, 0, dwFlags: 0));
128
CheckStatus(Interop.BCrypt.BCryptHashData(
_hashHandle
, data, data.Length, dwFlags: 0));
135
using (SafeBCryptHashHandle dup = Interop.BCrypt.BCryptDuplicateHash(
_hashHandle
))
148
CheckStatus(Interop.BCrypt.BCryptFinishHash(
_hashHandle
, pDestination, destination.Length, _finishFlags));
156
SafeBCryptHashHandle clone = Interop.BCrypt.BCryptDuplicateHash(
_hashHandle
);
162
_hashHandle
.Dispose();