10 references to BCryptBufferDesc
Microsoft.AspNetCore.Cryptography.Internal (4)
Cng\BCryptBufferDesc.cs (1)
20public static void Initialize(ref BCryptBufferDesc bufferDesc)
LibraryImports.g.cs (2)
643internal static partial int BCryptKeyDerivation(global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptKeyHandle hKey, global::Microsoft.AspNetCore.Cryptography.Cng.BCryptBufferDesc* pParameterList, byte* pbDerivedKey, uint cbDerivedKey, out uint pcbResult, uint dwFlags) 671static extern unsafe int __PInvoke(nint __hKey_native, global::Microsoft.AspNetCore.Cryptography.Cng.BCryptBufferDesc* __pParameterList_native, byte* __pbDerivedKey_native, uint __cbDerivedKey_native, uint* __pcbResult_native, uint __dwFlags_native);
UnsafeNativeMethods.cs (1)
234BCryptBufferDesc* pParameterList,
Microsoft.AspNetCore.Cryptography.KeyDerivation (3)
PBKDF2\Win8Pbkdf2Provider.cs (3)
175BCryptBufferDesc bufferDesc = default(BCryptBufferDesc); 176BCryptBufferDesc.Initialize(ref bufferDesc);
Microsoft.AspNetCore.DataProtection (3)
SP800_108\Win8SP800_108_CTR_HMACSHA512Provider.cs (3)
48var bufferDesc = default(BCryptBufferDesc); 49BCryptBufferDesc.Initialize(ref bufferDesc);