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