Searched refs:GetCofactor (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 Dgfpcrypt.h52 bool FastSubgroupCheckAvailable() const {return GetCofactor() == 2;}
294 if (this->GetGroupParameters().GetCofactor() != 2)
334 if (this->GetGroupParameters().GetCofactor() != 2)
H A Dmqv.h113 const Integer &k = params.GetCofactor();
H A Deccrypto.h65 Integer GetCofactor() const;
H A Dgfpcrypt.cpp122 pass = pass && GetCofactor() > Integer::One() && GetGroupOrder() % q == Integer::Zero();
H A Dpubkey.h592 virtual Integer GetGroupOrder() const {return GetSubgroupOrder()*GetCofactor();} // one of these two needs to be overriden
593 virtual Integer GetCofactor() const {return GetGroupOrder()/GetSubgroupOrder();} function in class:DL_GroupParameters
1445 COFACTOR_OPTION::ToEnum() == INCOMPATIBLE_COFACTOR_MULTIPLICTION ? privateExponent*params.GetCofactor() : privateExponent);
1452 const Integer &k = params.GetCofactor();
1457 return params.ExponentiateElement(publicElement, privateExponent*params.GetCofactor());
H A Deccrypto.cpp544 Integer DL_GroupParameters_EC<EC>::GetCofactor() const function in class:DL_GroupParameters_EC

Completed in 204 milliseconds