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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dluc.cpp28 Integer p = params.GetGroupOrder()-1;
H A Dluc.h191 {return params.GetGroupOrder().ByteCount();}
H A Dgfpcrypt.cpp122 pass = pass && GetCofactor() > Integer::One() && GetGroupOrder() % q == Integer::Zero();
H A Dgfpcrypt.h49 Integer GetGroupOrder() const {return GetFieldType() == 1 ? GetModulus()-Integer::One() : GetModulus()+Integer::One();} function in class:DL_GroupParameters_IntegerBased
H A Dpubkey.h592 virtual Integer GetGroupOrder() const {return GetSubgroupOrder()*GetCofactor();} // one of these two needs to be overriden function in class:DL_GroupParameters
593 virtual Integer GetCofactor() const {return GetGroupOrder()/GetSubgroupOrder();}

Completed in 83 milliseconds