2 implementations of DeriveKey
Microsoft.AspNetCore.DataProtection (2)
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (1)
20public void DeriveKey(byte* pbLabel, uint cbLabel, byte* pbContext, uint cbContext, byte* pbDerivedKey, uint cbDerivedKey)
SP800_108\Win8SP800_108_CTR_HMACSHA512Provider.cs (1)
20public void DeriveKey(byte* pbLabel, uint cbLabel, byte* pbContext, uint cbContext, byte* pbDerivedKey, uint cbDerivedKey)
3 references to DeriveKey
Microsoft.AspNetCore.DataProtection (3)
Cng\CbcAuthenticatedEncryptor.cs (1)
96provider.DeriveKey(
Cng\CngGcmAuthenticatedEncryptor.cs (1)
87provider.DeriveKey(
SP800_108\SP800_108_CTR_HMACSHA512Extensions.cs (1)
32provider.DeriveKey(pbLabel, cbLabel, pbCombinedContext, cbCombinedContext, pbDerivedKey, cbDerivedKey);