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