Searched refs:GetGroupPrecomputation (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 Dpubkey.h559 AccessBasePrecomputation().Precompute(GetGroupPrecomputation(), GetSubgroupOrder().BitCount(), precomputationStorage);
564 AccessBasePrecomputation().Load(GetGroupPrecomputation(), storedPrecomputation);
570 GetBasePrecomputation().Save(GetGroupPrecomputation(), storedPrecomputation);
574 virtual const Element & GetSubgroupGenerator() const {return GetBasePrecomputation().GetBase(GetGroupPrecomputation());}
575 virtual void SetSubgroupGenerator(const Element &base) {AccessBasePrecomputation().SetBase(GetGroupPrecomputation(), base);}
578 return GetBasePrecomputation().Exponentiate(GetGroupPrecomputation(), exponent);
587 virtual const DL_GroupPrecomputation<Element> & GetGroupPrecomputation() const =0;
620 const DL_GroupPrecomputation<Element> & GetGroupPrecomputation() const {return m_groupPrecomputation;} function in class:DL_GroupParametersImpl
656 virtual const Element & GetPublicElement() const {return GetPublicPrecomputation().GetBase(this->GetAbstractGroupParameters().GetGroupPrecomputation());}
657 virtual void SetPublicElement(const Element &y) {AccessPublicPrecomputation().SetBase(this->GetAbstractGroupParameters().GetGroupPrecomputation(),
[all...]
H A Dgfpcrypt.cpp140 pass = pass && gpc->Exponentiate(GetGroupPrecomputation(), Integer::One()) == g;
153 Integer gp = gpc ? gpc->Exponentiate(GetGroupPrecomputation(), q) : ExponentiateElement(g, q);
H A Deccrypto.cpp589 pass = pass && gpc->Exponentiate(this->GetGroupPrecomputation(), Integer::One()) == g;
594 Element gq = gpc ? gpc->Exponentiate(this->GetGroupPrecomputation(), q) : ExponentiateElement(g, q);
H A Dgfpcrypt.h104 const Integer & GetGenerator() const {return this->m_gpc.GetBase(this->GetGroupPrecomputation());}
107 {this->m_groupPrecomputation.SetModulus(p); this->m_gpc.SetBase(this->GetGroupPrecomputation(), g); this->ParametersChanged();}

Completed in 71 milliseconds