Home
last modified time | relevance | path

Searched defs:deformatter (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Security/Cryptography/
H A DAsymmetricSignatureFormatter.cs17 …erifySignature(AsymmetricSignatureFormatter formatter, AsymmetricSignatureDeformatter deformatter,… in VerifySignature()
28 …eWithHashBytes(AsymmetricSignatureFormatter formatter, AsymmetricSignatureDeformatter deformatter,… in VerifySignatureWithHashBytes()
37 …hHashAlgorithm(AsymmetricSignatureFormatter formatter, AsymmetricSignatureDeformatter deformatter,… in VerifySignatureWithHashAlgorithm()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/tests/
H A DAsymmetricSignatureFormatterTests.cs21 … protected static void InvalidDeformatterArguments(AsymmetricSignatureDeformatter deformatter) in InvalidDeformatterArguments()
H A DRSAKeyExchangeFormatterTests.cs77 … private static void InvalidDeformatterArguments(AsymmetricKeyExchangeDeformatter deformatter) in InvalidDeformatterArguments()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/
H A DRSAKeyExchangeFormatter.cs75 AsymmetricKeyExchangeDeformatter deformatter) in VerifyDecryptKeyExchange()
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dmakedent.cpp825 ISpellChecker::findfiletype (const char *name, int searchnames, int *deformatter) in findfiletype()
H A Dispell.h568 char * deformatter; /* Deformatter to use */ member
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DCryptoHelper.cs737 …internal static bool VerifySignatureForSha256( AsymmetricSignatureDeformatter deformatter, HashAlg… in VerifySignatureForSha256()
H A DSignedXml.cs187 …void VerifySignature(HashAlgorithm hash, AsymmetricSignatureDeformatter deformatter, string signat… in VerifySignature()