3 overrides of SignPreHashCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaCng.cs (1)
73
protected override void
SignPreHashCore
(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> context, string hashAlgorithmOid, Span<byte> destination) =>
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaImplementation.Windows.cs (1)
26
protected override void
SignPreHashCore
(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> context, string hashAlgorithmOid, Span<byte> destination) =>
System\Security\Cryptography\SlhDsaOpenSsl.NotSupported.cs (1)
39
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\SlhDsa.cs (1)
336
SignPreHashCore
(hash, context, hashAlgorithmOid, destination);