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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodexppc.h18 Element ConvertIn(const Element &v) const {return m_mr->ConvertIn(v);} function in class:ModExpPrecomputation
H A Dxtr.cpp37 GFP2Element three = gfp2.ConvertIn(3), t;
64 GFP2Element c = gfp2.ConvertIn(b);
66 GFP2Element S[5] = {gfp2.ConvertIn(3), c, gfp2.SpecialOperation1(c)};
H A Dxtr.h56 GFP2Element ConvertIn(const Integer &a) const function in class:GFP2_ONB
58 t = modp.Inverse(modp.ConvertIn(a));
62 GFP2Element ConvertIn(const GFP2Element &a) const function in class:GFP2_ONB
63 {return GFP2Element(modp.ConvertIn(a.c1), modp.ConvertIn(a.c2));}
H A Dxtrcrypt.cpp46 GFP2Element three = GFP2_ONB<ModularArithmetic>(m_p).ConvertIn(3);
96 GFP2Element three = gfp2.ConvertIn(3);
H A Decp.h104 Element ConvertIn(const Element &P) const function in class:EcPrecomputation
105 {return P.identity ? P : ECP::Point(m_ec->GetField().ConvertIn(P.x), m_ec->GetField().ConvertIn(P.y));};
H A Deprecomp.h17 virtual Element ConvertIn(const Element &v) const {return v;} function in class:DL_GroupPrecomputation
H A Dmodarith.h46 virtual Integer ConvertIn(const Integer &a) const function in class:ModularArithmetic
131 Integer ConvertIn(const Integer &a) const function in class:MontgomeryRepresentation
H A Decp.cpp18 return P.identity ? P : ECP::Point(mr.ConvertIn(P.x), mr.ConvertIn(P.y));
32 m_a = GetField().ConvertIn(ecp.m_a);
33 m_b = GetField().ConvertIn(ecp.m_b);
H A Deprecomp.cpp14 m_base = group.NeedConversions() ? group.ConvertIn(i_base) : i_base;
H A Dnbtheory.cpp819 Integer p=m.ConvertIn(pIn%n), two=m.ConvertIn(Integer::Two());
858 Integer two=m.ConvertIn(2), three=m.ConvertIn(3);
859 Integer A=m.ConvertIn(P), B, C, p, d=n, e, r, t, T, U;
H A Dinteger.cpp4151 return dr.ConvertOut(dr.CascadeExponentiate(dr.ConvertIn(x), e1, dr.ConvertIn(y), e2));
4162 dr.SimultaneousExponentiate(results, dr.ConvertIn(base), exponents, exponentsCount);

Completed in 86 milliseconds