1 override of DeriveBytes
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
34internal 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);