10 references to BCryptBufferDesc
Microsoft.AspNetCore.Cryptography.Internal (4)
Cng\BCryptBufferDesc.cs (1)
20
public static void Initialize(ref
BCryptBufferDesc
bufferDesc)
LibraryImports.g.cs (2)
643
internal 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)
671
static 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)
234
BCryptBufferDesc
* pParameterList,
Microsoft.AspNetCore.Cryptography.KeyDerivation (3)
PBKDF2\Win8Pbkdf2Provider.cs (3)
175
BCryptBufferDesc
bufferDesc = default(
BCryptBufferDesc
);
176
BCryptBufferDesc
.Initialize(ref bufferDesc);
Microsoft.AspNetCore.DataProtection (3)
SP800_108\Win8SP800_108_CTR_HMACSHA512Provider.cs (3)
48
var
bufferDesc = default(
BCryptBufferDesc
);
49
BCryptBufferDesc
.Initialize(ref bufferDesc);