Searched refs:GetPrivateExponent (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 Drsa.h90 const Integer& GetPrivateExponent() const {return m_d;} function in class:InvertibleRSAFunction
H A Dgfpcrypt.h337 this->GetGroupParameters().ExponentiateBase(this->GetPrivateExponent()).DEREncode(seq);
338 this->GetPrivateExponent().DEREncode(seq);
H A Dpubkey.h685 pub.SetPublicElement(this->GetAbstractGroupParameters().ExponentiateBase(GetPrivateExponent()));
701 virtual const Integer & GetPrivateExponent() const =0;
761 const Integer &x = GetPrivateExponent();
806 const Integer & GetPrivateExponent() const {return m_x;} function in class:DL_PrivateKeyImpl
1005 alg.Sign(params, key.GetPrivateExponent(), k, e, r, s);
1043 alg.Sign(params, key.GetPrivateExponent(), k, e, r, s);
1051 alg.Sign(params, key.GetPrivateExponent(), ma.m_k, e, r, s);
1199 Element z = agreeAlg.AgreeWithStaticPrivateKey(params, q, true, key.GetPrivateExponent());
H A Deccrypto.cpp688 this->GetPrivateExponent().DEREncodeAsOctetString(privateKey, this->GetGroupParameters().GetSubgroupOrder().ByteCount());
H A Dfipsalgt.cpp308 OutputData(output, "d ", priv.GetPrivateExponent());
442 OutputData(output, "X ", priv.GetKey().GetPrivateExponent());

Completed in 140 milliseconds