2 overrides of DeriveBytes
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (1)
20
internal override void
DeriveBytes
(ReadOnlySpan<byte> label, ReadOnlySpan<byte> context, Span<byte> destination)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
27
internal override unsafe void
DeriveBytes
(ReadOnlySpan<byte> label, ReadOnlySpan<byte> context, Span<byte> destination)
1 reference to DeriveBytes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
593
_implementation.
DeriveBytes
(label, context, destination);