2 overrides of DeriveBytes
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (1)
20internal override void DeriveBytes(ReadOnlySpan<byte> label, ReadOnlySpan<byte> context, Span<byte> destination)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
27internal 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);