7 references to BCryptKeyDerivationBufferType
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\BCryptBuffer.cs (1)
14
public
BCryptKeyDerivationBufferType
BufferType; // Buffer type
Microsoft.AspNetCore.Cryptography.KeyDerivation (3)
PBKDF2\Win8Pbkdf2Provider.cs (3)
160
pBuffers[0].BufferType =
BCryptKeyDerivationBufferType
.KDF_ITERATION_COUNT;
164
pBuffers[1].BufferType =
BCryptKeyDerivationBufferType
.KDF_SALT;
170
pBuffers[2].BufferType =
BCryptKeyDerivationBufferType
.KDF_HASH_ALGORITHM;
Microsoft.AspNetCore.DataProtection (3)
SP800_108\Win8SP800_108_CTR_HMACSHA512Provider.cs (3)
35
pBuffers[0].BufferType =
BCryptKeyDerivationBufferType
.KDF_LABEL;
39
pBuffers[1].BufferType =
BCryptKeyDerivationBufferType
.KDF_CONTEXT;
43
pBuffers[2].BufferType =
BCryptKeyDerivationBufferType
.KDF_HASH_ALGORITHM;