6 references to BCryptFinishHash
System.Security.Cryptography (6)
System\Security\Cryptography\HashProviderCng.cs (2)
85
NTSTATUS ntStatus = Interop.BCrypt.
BCryptFinishHash
(_hHash, destination, _hashSize, 0);
107
NTSTATUS ntStatus = Interop.BCrypt.
BCryptFinishHash
(tmpHash, destination, _hashSize, 0);
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
321
Interop.BCrypt.
BCryptFinishHash
(hHash, destination, hashSize, 0);
System\Security\Cryptography\LiteHash.Windows.cs (3)
117
CheckStatus(Interop.BCrypt.
BCryptFinishHash
(_hashHandle, buffer, 0, dwFlags: 0));
362
NTSTATUS ntStatus = Interop.BCrypt.
BCryptFinishHash
(_hashHandle, destination, _hashSizeInBytes, dwFlags: 0);
435
NTSTATUS ntStatus = Interop.BCrypt.
BCryptFinishHash
(_hashHandle, destination, _hashSizeInBytes, dwFlags: 0);