8 references to BCryptBufferDesc
Microsoft.AspNetCore.Cryptography.Internal (2)
Cng\BCryptBufferDesc.cs (1)
20public static void Initialize(ref BCryptBufferDesc bufferDesc)
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);