1 instantiation of SP800108HmacCounterKdfImplementationManaged
System.Security.Cryptography (1)
System\Security\Cryptography\SP800108HmacCounterKdf.OpenSsl.cs (1)
20return 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.OpenSsl.cs (3)
39SP800108HmacCounterKdfImplementationManaged.DeriveBytesOneShot(key, hashAlgorithm, label, context, result); 58SP800108HmacCounterKdfImplementationManaged.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination); 75SP800108HmacCounterKdfImplementationManaged.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination);