1 instantiation of SP800108HmacCounterKdfImplementationOpenSsl
System.Security.Cryptography (1)
System\Security\Cryptography\SP800108HmacCounterKdf.OpenSsl.cs (1)
16return new SP800108HmacCounterKdfImplementationOpenSsl(key, hashAlgorithm);
3 references to SP800108HmacCounterKdfImplementationOpenSsl
System.Security.Cryptography (3)
System\Security\Cryptography\SP800108HmacCounterKdf.OpenSsl.cs (3)
35SP800108HmacCounterKdfImplementationOpenSsl.DeriveBytesOneShot(key, hashAlgorithm, label, context, result); 54SP800108HmacCounterKdfImplementationOpenSsl.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination); 71SP800108HmacCounterKdfImplementationOpenSsl.DeriveBytesOneShot(key, hashAlgorithm, label, context, destination);