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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.h656 virtual const Element & GetPublicElement() const {return GetPublicPrecomputation().GetBase(this->GetAbstractGroupParameters().GetGroupPrecomputation());}
661 return GetPublicPrecomputation().Exponentiate(params.GetGroupPrecomputation(), exponent);
666 return params.GetBasePrecomputation().CascadeExponentiate(params.GetGroupPrecomputation(), baseExp, GetPublicPrecomputation(), publicExp);
669 virtual const DL_FixedBasePrecomputation<T> & GetPublicPrecomputation() const =0;
848 pass = pass && GetAbstractGroupParameters().ValidateElement(level, this->GetPublicElement(), &GetPublicPrecomputation());
879 GetPublicPrecomputation().Save(GetAbstractGroupParameters().GetGroupPrecomputation(), storedPrecomputation);
887 const DL_FixedBasePrecomputation<Element> & GetPublicPrecomputation() const {return m_ypc;} function in class:DL_PublicKeyImpl
1234 Element z = agreeAlg.AgreeWithEphemeralPrivateKey(params, key.GetPublicPrecomputation(), x);

Completed in 36 milliseconds