2 references to SP800108HmacCounterKdfImplementationCng
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
106
using (SP800108HmacCounterKdfImplementationCng kdf = new
SP800108HmacCounterKdfImplementationCng
(key, hashAlgorithm))
System\Security\Cryptography\SP800108HmacCounterKdf.Windows.cs (1)
17
return new
SP800108HmacCounterKdfImplementationCng
(key, hashAlgorithm);