2 references to BCryptDecrypt
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptEncryptDecrypt.cs (1)
44
NTSTATUS ntStatus =
BCryptDecrypt
(hKey, pbInput, input.Length, IntPtr.Zero, iv, iv == null ? 0 : iv.Length, pbOutput, output.Length, out cbResult, 0);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\AeadCommon.Windows.cs (1)
81
NTSTATUS ntStatus =
BCryptDecrypt
(