3 overrides of VerifyPreHashCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
322
protected override unsafe bool
VerifyPreHashCore
(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
82
protected override bool
VerifyPreHashCore
(
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
49
protected override bool
VerifyPreHashCore
(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> context, string hashAlgorithmOid, ReadOnlySpan<byte> signature)
1 reference to VerifyPreHashCore
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
445
return
VerifyPreHashCore
(hash, context, hashAlgorithmOid, signature);