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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpubkey.h512 //! to be thrown by DecodeElement and AgreeWithStaticPrivateKey
921 virtual Element AgreeWithStaticPrivateKey(const DL_GroupParameters<Element> &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const =0;
1199 Element z = agreeAlg.AgreeWithStaticPrivateKey(params, q, true, key.GetPrivateExponent());
1408 Element z = GetKeyAgreementAlgorithm().AgreeWithStaticPrivateKey(
1448 Element AgreeWithStaticPrivateKey(const DL_GroupParameters<Element> &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const function in class:DL_KeyAgreementAlgorithm_DH

Completed in 29 milliseconds