2 overrides of DeriveBytes
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationManaged.cs (1)
48
internal override void
DeriveBytes
(byte[] label, byte[] context, Span<byte> destination)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (1)
58
internal override void
DeriveBytes
(byte[] label, byte[] context, Span<byte> destination)