2 writes to _implementation
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (2)
64_implementation = CreateImplementation(key, hashAlgorithm); 98_implementation = CreateImplementation(key, hashAlgorithm);
3 references to _implementation
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (3)
527_implementation.Dispose(); 593_implementation.DeriveBytes(label, context, destination); 598_implementation.DeriveBytes(label, context, destination);