2 references to SlhDsaVerifyPreEncoded
System.Security.Cryptography (2)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (1)
89static (key, encodedMessage, signature) => Interop.Crypto.SlhDsaVerifyPreEncoded(key, encodedMessage, signature));
System\Security\Cryptography\SlhDsaOpenSsl.OpenSsl.cs (1)
109static (key, encodedMessage, signature) => Interop.Crypto.SlhDsaVerifyPreEncoded(key, encodedMessage, signature));