3 overrides of VerifyPreHashCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
322protected override unsafe bool VerifyPreHashCore(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
82protected override bool VerifyPreHashCore(
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
49protected 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)
445return VerifyPreHashCore(hash, context, hashAlgorithmOid, signature);