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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deprecomp.h36 virtual Element Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const =0;
57 Element Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const;
H A Dblumshub.cpp59 current = modn.Exponentiate(x0, e);
H A Drsa.cpp168 Integer a = modn.Exponentiate(i, r);
232 Integer re = modn.Exponentiate(r, m_e);
238 if (modn.Exponentiate(y, m_e) != x) // check
H A Deprecomp.cpp90 template <class T> T DL_FixedBasePrecomputationImpl<T>::Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const function in class:DL_FixedBasePrecomputationImpl
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 Dxtr.h147 return result = Exponentiate(a, modp.GetModulus()-2);
158 Element Exponentiate(const Element &a, const Integer &e) const function in class:GFP2_ONB
H A Dalgebra.h61 virtual Element Exponentiate(const Element &a, const Integer &e) const;
101 {return GetRing().Exponentiate(a, e);}
H A Dluc.cpp36 Integer DL_BasePrecomputation_LUC::Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const function in class:DL_BasePrecomputation_LUC
H A Dluc.h141 Integer Exponentiate(const DL_GroupPrecomputation<Element> &group, const Integer &exponent) const;
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 Dalgebra.cpp315 template <class T> T AbstractRing<T>::Exponentiate(const Element &base, const Integer &exponent) const function in class:AbstractRing
H A Dpubkey.h578 return GetBasePrecomputation().Exponentiate(GetGroupPrecomputation(), exponent);
661 return GetPublicPrecomputation().Exponentiate(params.GetGroupPrecomputation(), exponent);
1444 return publicPrecomputation.Exponentiate(params.GetGroupPrecomputation(),
H A Dinteger.cpp3960 return mr.Exponentiate(x, e);

Completed in 226 milliseconds