Searched refs:DL_GroupParameters_IntegerBased (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.cpp113 bool DL_GroupParameters_IntegerBased::ValidateGroup(RandomNumberGenerator &rng, unsigned int level) const
129 bool DL_GroupParameters_IntegerBased::ValidateElement(unsigned int level, const Integer &g, const DL_FixedBasePrecomputation<Integer> *gpc) const
163 void DL_GroupParameters_IntegerBased::GenerateRandom(RandomNumberGenerator &rng, const NameValuePairs &alg)
191 Integer DL_GroupParameters_IntegerBased::DecodeElement(const byte *encoded, bool checkForGroupMembership) const
199 void DL_GroupParameters_IntegerBased::BERDecode(BufferedTransformation &bt)
218 void DL_GroupParameters_IntegerBased::DEREncode(BufferedTransformation &bt) const
227 bool DL_GroupParameters_IntegerBased::GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const
233 void DL_GroupParameters_IntegerBased::AssignFrom(const NameValuePairs &source)
241 OID DL_GroupParameters_IntegerBased::GetAlgorithmID() const
263 Integer DL_GroupParameters_IntegerBased
[all...]
H A Dgfpcrypt.h23 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE DL_GroupParameters_IntegerBased : public ASN1CryptoMaterial<DL_GroupParameters<Integer> > class in inherits:ASN1CryptoMaterial
25 typedef DL_GroupParameters_IntegerBased ThisClass;
28 void Initialize(const DL_GroupParameters_IntegerBased &params)
84 class CRYPTOPP_NO_VTABLE DL_GroupParameters_IntegerBasedImpl : public DL_GroupParametersImpl<GROUP_PRECOMP, BASE_PRECOMP, DL_GroupParameters_IntegerBased>
93 {return GetValueHelper<DL_GroupParameters_IntegerBased>(this, name, valueType, pValue).Assignable();}
96 {AssignFromHelper<DL_GroupParameters_IntegerBased>(this, source);}
129 return GetValueHelper<DL_GroupParameters_IntegerBased>(this, name, valueType, pValue).Assignable();
214 void Initialize(const DL_GroupParameters_IntegerBased &params, const Integer &y)
239 void Initialize(const DL_GroupParameters_IntegerBased &params, const Integer &x)
H A Dluc.h164 return GetValueHelper<DL_GroupParameters_IntegerBased>(this, name, valueType, pValue).Assignable();

Completed in 43 milliseconds