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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtrcrypt.cpp12 : m_p(p), m_q(q), m_g(g)
18 XTR_FindPrimesAndGenerator(rng, m_p, m_q, m_g, pbits, qbits);
26 m_g.c1.BERDecode(seq);
27 m_g.c2.BERDecode(seq);
36 m_g.c1.DEREncode(seq);
37 m_g.c2.DEREncode(seq);
47 pass = pass && !(m_g.c1.IsNegative() || m_g.c2.IsNegative() || m_g.c1 >= m_p || m_g
[all...]
H A Dxtrcrypt.h39 const GFP2Element &GetSubgroupGenerator() const {return m_g;}
43 void SetSubgroupGenerator(const GFP2Element &g) {m_g = g;}
49 GFP2Element m_g; member in class:XTR_DH
H A Dluc.h135 bool IsInitialized() const {return m_g.NotZero();}
136 void SetBase(const DL_GroupPrecomputation<Element> &group, const Integer &base) {m_g = base;}
137 const Integer & GetBase(const DL_GroupPrecomputation<Element> &group) const {return m_g;}
146 Integer m_g; member in class:DL_BasePrecomputation_LUC
H A Dluc.cpp38 return Lucas(exponent, m_g, static_cast<const DL_GroupPrecomputation_LUC &>(group).GetModulus());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h107 unsigned char m_g; member in class:wxOpSetGDI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp484 wxColour col(m_r,m_g,m_b);
490 wxColour col(m_r,m_g,m_b);
508 newOp->m_g = m_g;
531 expr->Append(new wxExpr((long)m_g));
561 m_g = (unsigned char)expr->Nth(2)->IntegerValue();
1840 op->m_g = (unsigned char)record->param2;
1864 op->m_g = (unsigned char)record->param2;
2464 theOp->m_g = colour.Green();
2474 theOp->m_g
[all...]

Completed in 131 milliseconds