3 overrides of SignDataCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
247
protected override unsafe void
SignDataCore
(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, Span<byte> destination)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
40
protected override void
SignDataCore
(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, Span<byte> destination)
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
31
protected override void
SignDataCore
(ReadOnlySpan<byte> data, ReadOnlySpan<byte> context, Span<byte> destination)
1 reference to SignDataCore
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
133
SignDataCore
(data, context, destination);