1 override of DeriveBytes
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
34
internal override unsafe void
DeriveBytes
(ReadOnlySpan<byte> label, ReadOnlySpan<byte> context, Span<byte> destination)
1 reference to DeriveBytes
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
593
_implementation.
DeriveBytes
(label, context, destination);