Searched refs:ValidateElement (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deccrypto.h67 bool ValidateElement(unsigned int level, const Element &element, const DL_FixedBasePrecomputation<Element> *precomp) const;
88 if (checkForGroupMembership && !ValidateElement(1, result, NULL))
H A Dgfpcrypt.cpp129 bool DL_GroupParameters_IntegerBased::ValidateElement(unsigned int level, const Integer &g, const DL_FixedBasePrecomputation<Integer> *gpc) const function in class:DL_GroupParameters_IntegerBased
194 if (!ValidateElement(1, g, NULL))
H A Deccrypto.cpp583 bool DL_GroupParameters_EC<EC>::ValidateElement(unsigned int level, const Element &g, const DL_FixedBasePrecomputation<Element> *gpc) const function in class:DL_GroupParameters_EC
H A Dgfpcrypt.h51 bool ValidateElement(unsigned int level, const Integer &element, const DL_FixedBasePrecomputation<Integer> *precomp) const;
H A Dpubkey.h540 pass = pass && ValidateElement(level, GetSubgroupGenerator(), &GetBasePrecomputation());
599 virtual bool ValidateElement(unsigned int level, const Element &element, const DL_FixedBasePrecomputation<Element> *precomp) const =0;
848 pass = pass && GetAbstractGroupParameters().ValidateElement(level, this->GetPublicElement(), &GetPublicPrecomputation());
1467 if (!params.ValidateElement(2, publicElement, NULL))

Completed in 70 milliseconds