Base:
method
DeriveBytes
System.Security.Cryptography.SP800108HmacCounterKdfImplementationBase.DeriveBytes(System.ReadOnlySpan<System.Byte>, System.ReadOnlySpan<System.Byte>, System.Span<System.Byte>)
2 references to DeriveBytes
System.Security.Cryptography (2)
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (2)
60DeriveBytes(new ReadOnlySpan<byte>(label), new ReadOnlySpan<byte>(context), destination); 68DeriveBytes(labelData.Utf8Bytes, contextData.Utf8Bytes, destination);