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