2 instantiations of SP800108HmacCounterKdfImplementationCng
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
106using (SP800108HmacCounterKdfImplementationCng kdf = new SP800108HmacCounterKdfImplementationCng(key, hashAlgorithm))
System\Security\Cryptography\SP800108HmacCounterKdf.Windows.cs (1)
17return new SP800108HmacCounterKdfImplementationCng(key, hashAlgorithm);
4 references to SP800108HmacCounterKdfImplementationCng
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
106using (SP800108HmacCounterKdfImplementationCng kdf = new SP800108HmacCounterKdfImplementationCng(key, hashAlgorithm))
System\Security\Cryptography\SP800108HmacCounterKdf.Windows.cs (3)
28SP800108HmacCounterKdfImplementationCng.DeriveBytesOneShot(key, hashAlgorithm, label, context, result); 39SP800108HmacCounterKdfImplementationCng.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination); 49SP800108HmacCounterKdfImplementationCng.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination);