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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dxtrcrypt.h35 bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOtherPublicKey=true) const;
H A Dxtrcrypt.cpp90 bool XTR_DH::Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOtherPublicKey) const
93 if (validateOtherPublicKey)
H A Dpubkey.h921 virtual Element AgreeWithStaticPrivateKey(const DL_GroupParameters<Element> &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const =0;
1400 bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOtherPublicKey=true) const
1406 Element w = params.DecodeElement(otherPublicKey, validateOtherPublicKey);
1409 GetAbstractGroupParameters(), w, validateOtherPublicKey, x);
1448 Element AgreeWithStaticPrivateKey(const DL_GroupParameters<Element> &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const argument
1462 if (!validateOtherPublicKey)
H A Dcryptlib.h1463 /*! \note If you have previously validated the public key, use validateOtherPublicKey=false to save time.
1468 virtual bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOtherPublicKey=true) const =0;

Completed in 82 milliseconds