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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtrcrypt.h39 const GFP2Element &GetSubgroupGenerator() const {return m_g;} function in class:XTR_DH
H A Deccrypto.h125 const Point& GetBasePoint() const {return GetSubgroupGenerator();}
H A Dgfpcrypt.cpp223 GetSubgroupGenerator().DEREncode(parameters);
H A Deccrypto.cpp535 GetCurve().DEREncodePoint(seq, this->GetSubgroupGenerator(), m_compress);
H A Dgfpcrypt.h29 {Initialize(params.GetModulus(), params.GetSubgroupOrder(), params.GetSubgroupGenerator());}
H A Dpubkey.h540 pass = pass && ValidateElement(level, GetSubgroupGenerator(), &GetBasePrecomputation());
574 virtual const Element & GetSubgroupGenerator() const {return GetBasePrecomputation().GetBase(GetGroupPrecomputation());} function in class:DL_GroupParameters
1419 const Element &GetGenerator() const {return GetAbstractGroupParameters().GetSubgroupGenerator();}
H A Dfipsalgt.cpp433 OutputData(output, "G ", pqg.GetSubgroupGenerator());
496 OutputData(output, "G ", priv.GetGroupParameters().GetSubgroupGenerator());

Completed in 122 milliseconds