Searched refs:SetPrivateExponent (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 Dgfpcrypt.h240 {this->AccessGroupParameters().Initialize(params); this->SetPrivateExponent(x);}
242 {this->AccessGroupParameters().Initialize(p, g); this->SetPrivateExponent(x);}
244 {this->AccessGroupParameters().Initialize(p, q, g); this->SetPrivateExponent(x);}
318 this->SetPrivateExponent(v4 % (v1/2)); // some old keys may have x >= q
324 this->SetPrivateExponent(v5);
H A Deccrypto.h165 {this->AccessGroupParameters() = params; this->SetPrivateExponent(x);}
167 {this->AccessGroupParameters().Initialize(ec, G, n); this->SetPrivateExponent(x);}
H A Drsa.h97 void SetPrivateExponent(const Integer &d) {m_d = d;} function in class:InvertibleRSAFunction
H A Deccrypto.cpp678 this->SetPrivateExponent(x);
H A Dpubkey.h702 virtual void SetPrivateExponent(const Integer &x) =0;
787 SetPrivateExponent(x);
807 void SetPrivateExponent(const Integer &x) {m_x = x;} function in class:DL_PrivateKeyImpl

Completed in 54 milliseconds