5 references to DeriveBytesOneShot
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (2)
26
DeriveBytesOneShot
(key, _hashAlgorithm, label, context, destination);
54
DeriveBytesOneShot
(key, _hashAlgorithm, label, context, destination);
System\Security\Cryptography\SP800108HmacCounterKdf.OpenSsl.cs (2)
39
SP800108HmacCounterKdfImplementationManaged.
DeriveBytesOneShot
(key, hashAlgorithm, label, context, result);
58
SP800108HmacCounterKdfImplementationManaged.
DeriveBytesOneShot
(key, hashAlgorithm, label, context, destination);
System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (1)
95
DeriveBytesOneShot
(key, hashAlgorithm, labelData.Utf8Bytes, contextData.Utf8Bytes, destination);