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)
117CheckStatus(Interop.BCrypt.BCryptFinishHash(_hashHandle, buffer, 0, dwFlags: 0)); 128CheckStatus(Interop.BCrypt.BCryptHashData(_hashHandle, data, data.Length, dwFlags: 0)); 135using (SafeBCryptHashHandle dup = Interop.BCrypt.BCryptDuplicateHash(_hashHandle)) 148CheckStatus(Interop.BCrypt.BCryptFinishHash(_hashHandle, pDestination, destination.Length, _finishFlags)); 156SafeBCryptHashHandle clone = Interop.BCrypt.BCryptDuplicateHash(_hashHandle); 162_hashHandle.Dispose();