Searched refs:LUCFunction (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dluc.cpp15 LUCFunction t2;
47 void LUCFunction::BERDecode(BufferedTransformation &bt)
55 void LUCFunction::DEREncode(BufferedTransformation &bt) const
63 Integer LUCFunction::ApplyFunction(const Integer &x) const
69 bool LUCFunction::Validate(RandomNumberGenerator &rng, unsigned int level) const
77 bool LUCFunction::GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const
85 void LUCFunction::AssignFrom(const NameValuePairs &source)
174 bool pass = LUCFunction::Validate(rng, level);
194 return GetValueHelper<LUCFunction>(this, name, valueType, pValue).Assignable()
203 AssignFromHelper<LUCFunction>(thi
[all...]
H A Dluc.h22 class LUCFunction : public TrapdoorFunction, public PublicKey class in inherits:TrapdoorFunction,PublicKey
24 typedef LUCFunction ThisClass;
53 class InvertibleLUCFunction : public LUCFunction, public TrapdoorFunctionInverse, public PrivateKey
89 typedef LUCFunction PublicKey;

Completed in 52 milliseconds