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