Searched refs:StaticAlgorithmName (Results 51 - 65 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Design.h90 static const char *StaticAlgorithmName() {return "EMSA5";} function in class:EMSA5Pad
115 static std::string StaticAlgorithmName() {return "ESIGN";} function in struct:ESIGN_Keys
H A Dpanama.h34 static const char * StaticAlgorithmName() {return B::ToEnum() == BIG_ENDIAN_ORDER ? "Panama-BE" : "Panama-LE";} function in class:Weak::PanamaHash
113 static const char * StaticAlgorithmName() {return B::ToEnum() == BIG_ENDIAN_ORDER ? "Panama-BE" : "Panama-LE";} function in struct:PanamaCipherInfo
H A Drc2.h18 static const char *StaticAlgorithmName() {return "RC2";} function in struct:RC2_Info
H A Dluc.h88 static std::string StaticAlgorithmName() {return "LUC";} function in struct:LUC
185 static const char * StaticAlgorithmName() {return "LUC-HMP";} function in class:DL_Algorithm_LUC_HMP
226 static std::string StaticAlgorithmName() {return "LUC-IES";} // non-standard name function in struct:LUC_IES
H A Dsimple.h27 static std::string CRYPTOPP_API StaticAlgorithmName() {return ALGORITHM_INFO::StaticAlgorithmName();} function in class:AlgorithmImpl
28 std::string AlgorithmName() const {return ALGORITHM_INFO::StaticAlgorithmName();}
H A Deccrypto.h216 static const char * CRYPTOPP_API StaticAlgorithmName() {return "ECDSA";} function in class:DL_Algorithm_ECDSA
224 static const char * CRYPTOPP_API StaticAlgorithmName() {return "ECNR";} function in class:DL_Algorithm_ECNR
252 static std::string CRYPTOPP_API StaticAlgorithmName() {return "ECIES";} // TODO: fix this after name is standardized function in struct:ECIES
H A Drabin.h83 static std::string StaticAlgorithmName() {return "Rabin-Crypto++Variant";} function in struct:Rabin
H A Drw.h79 static std::string StaticAlgorithmName() {return "RW";} function in struct:RW
H A Dlubyrack.h22 static std::string StaticAlgorithmName() {return std::string("LR/")+T::StaticAlgorithmName();} function in struct:LR_Info
H A Drsa.h123 static const char * CRYPTOPP_API StaticAlgorithmName() {return "RSA";} function in struct:RSA
143 static const char * CRYPTOPP_API StaticAlgorithmName() {return "RSA-ISO";} function in struct:RSA_ISO
H A Delgamal.h107 static const char * StaticAlgorithmName() {return "ElgamalEnc/Crypto++Padding";} function in struct:ElGamal
H A Dfactory.h100 std::string n = name ? std::string(name) : std::string(ConcreteClass::StaticAlgorithmName());
H A Dgfpcrypt.h155 static const char * CRYPTOPP_API StaticAlgorithmName() {return "DSA-1363";} function in class:DL_Algorithm_GDSA
187 static const char * CRYPTOPP_API StaticAlgorithmName() {return "NR";} function in class:DL_Algorithm_NR
391 static const char * CRYPTOPP_API StaticAlgorithmName() {return "DSA";} function in struct:DSA
531 static std::string CRYPTOPP_API StaticAlgorithmName() {return "DLIES";} // TODO: fix this after name is standardized function in struct:DLIES
H A Dpubkey.h489 static const char * CRYPTOPP_API StaticAlgorithmName() {return "MGF1";} function in class:P1363_MGF1
1439 static const char * CRYPTOPP_API StaticAlgorithmName() function in class:DL_KeyAgreementAlgorithm_DH
1616 static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string(KEYS::StaticAlgorithmName()) + "/" + MessageEncodingMethod::StaticAlgorithmName();} function in class:TF_ES
1637 static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string(KEYS::StaticAlgorithmName()) + "/" + MessageEncodingMethod::StaticAlgorithmName() + "(" + H::StaticAlgorithmName() + ")";} function in class:TF_SS
1655 static std::string StaticAlgorithmName() {retur function in class:DL_SS
[all...]
H A Dsalsa.cpp26 throw InvalidRounds(Salsa20::StaticAlgorithmName(), m_rounds);
552 throw InvalidRounds(XSalsa20::StaticAlgorithmName(), m_rounds);

Completed in 91 milliseconds

123