Searched refs:ParameterSupported (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Doaep.h13 bool ParameterSupported(const char *name) const {return strcmp(name, Name::EncodingParameters()) == 0;} function in class:OAEP_Base
H A Dgfpcrypt.h423 bool ParameterSupported(const char *name) const {return strcmp(name, Name::EncodingParameters()) == 0;} function in class:DL_EncryptionAlgorithm_Xor
499 bool ParameterSupported(const char *name) const {return strcmp(name, Name::KeyDerivationParameters()) == 0;} function in class:DL_KeyDerivationAlgorithm_P1363
H A Dpubkey.h109 virtual bool ParameterSupported(const char *name) const {return false;} function in class:PK_EncryptionMessageEncodingMethod
156 bool ParameterSupported(const char *name) const {return this->GetMessageEncodingInterface().ParameterSupported(name);} function in class:TF_CryptoSystemBase
929 virtual bool ParameterSupported(const char *name) const {return false;} function in class:DL_KeyDerivationAlgorithm
937 virtual bool ParameterSupported(const char *name) const {return false;} function in class:DL_SymmetricEncryptionAlgorithm
1168 bool ParameterSupported(const char *name) const function in class:DL_CryptoSystemBase
1169 {return GetKeyDerivationAlgorithm().ParameterSupported(name) || GetSymmetricEncryptionAlgorithm().ParameterSupported(name);}
H A Dcryptlib.h1220 virtual bool ParameterSupported(const char *name) const =0;

Completed in 87 milliseconds