5 references to Interop
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Cng.cs (4)
83
NTSTATUS ntStatus =
Interop
.BCryptOpenAlgorithmProvider(out hAlgorithm, pszAlgId, pszImplementation, (int)dwFlags);
91
NTSTATUS ntStatus =
Interop
.BCryptSetIntProperty(hAlg, BCryptPropertyStrings.BCRYPT_MESSAGE_BLOCK_LENGTH, ref dwFeedbackSize, 0);
101
NTSTATUS ntStatus =
Interop
.BCryptSetProperty(hAlg, BCryptPropertyStrings.BCRYPT_CHAINING_MODE, cipherMode, (cipherMode.Length + 1) * 2, 0);
111
NTSTATUS ntStatus =
Interop
.BCryptSetIntProperty(hAlg, BCryptPropertyStrings.BCRYPT_EFFECTIVE_KEY_LENGTH, ref effectiveKeyLength, 0);
System\Security\Cryptography\LiteHash.Windows.cs (1)
72
ntStatus = Internal.NativeCrypto.Cng.
Interop
.BCryptSetProperty(