3 overrides of SignPreHashCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
287
protected override unsafe void
SignPreHashCore
(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
59
protected override void
SignPreHashCore
(
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
43
protected override void
SignPreHashCore
(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> context, string hashAlgorithmOid, Span<byte> destination)
1 reference to SignPreHashCore
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
340
SignPreHashCore
(hash, context, hashAlgorithmOid, destination);