3 references to Win7SP800_108_CTR_HMACSHA512Provider
Microsoft.AspNetCore.DataProtection (1)
SP800_108\SP800_108_CTR_HMACSHA512Util.cs (1)
34
return new
Win7SP800_108_CTR_HMACSHA512Provider
(pbKdk, cbKdk);
Microsoft.AspNetCore.DataProtection.Tests (2)
SP800_108\SP800_108Tests.cs (2)
49
TestCngKeyDerivation((pbKdk, cbKdk) => new
Win7SP800_108_CTR_HMACSHA512Provider
(pbKdk, cbKdk), kdk, label, contextHeader, context, numDerivedBytes, expectedDerivedSubkeyAsBase64);
115
TestCngKeyDerivation((pbKdk, cbKdk) => new
Win7SP800_108_CTR_HMACSHA512Provider
(pbKdk, cbKdk), kdk, label, contextHeader, context, numDerivedBytes, expectedDerivedSubkeyAsBase64);