3 overrides of SignPreHashCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
287protected override unsafe void SignPreHashCore(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
59protected override void SignPreHashCore(
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
43protected 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)
340SignPreHashCore(hash, context, hashAlgorithmOid, destination);