1 instantiation of SP800108HmacCounterKdfImplementationManaged
System.Security.Cryptography (1)
System\Security\Cryptography\SP800108HmacCounterKdf.Managed.cs (1)
17return new SP800108HmacCounterKdfImplementationManaged(key, hashAlgorithm);
4 references to SP800108HmacCounterKdfImplementationManaged
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (1)
78throw new ObjectDisposedException(nameof(SP800108HmacCounterKdfImplementationManaged));
System\Security\Cryptography\SP800108HmacCounterKdf.Managed.cs (3)
29SP800108HmacCounterKdfImplementationManaged.DeriveBytesOneShot(key, hashAlgorithm, label, context, result); 41SP800108HmacCounterKdfImplementationManaged.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination); 51SP800108HmacCounterKdfImplementationManaged.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination);