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