Searched refs:DecodeElement (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 Dmqv.h88 Element WW = params.DecodeElement(staticOtherPublicKey, validateStaticOtherPublicKey);
89 Element VV = params.DecodeElement(ephemeralOtherPublicKey, true);
93 Element V = params.DecodeElement(ephemeralPrivateKey+StaticPrivateKeyLength(), false);
H A Deccrypto.h83 Element DecodeElement(const byte *encoded, bool checkForGroupMembership) const function in class:DL_GroupParameters_EC
H A Dgfpcrypt.cpp191 Integer DL_GroupParameters_IntegerBased::DecodeElement(const byte *encoded, bool checkForGroupMembership) const function in class:DL_GroupParameters_IntegerBased
H A Dgfpcrypt.h56 Integer DecodeElement(const byte *encoded, bool checkForGroupMembership) const;
H A Dpubkey.h512 //! to be thrown by DecodeElement and AgreeWithStaticPrivateKey
596 virtual Element DecodeElement(const byte *encoded, bool checkForGroupMembership) const =0;
1194 Element q = params.DecodeElement(ciphertext, true);
1406 Element w = params.DecodeElement(otherPublicKey, validateOtherPublicKey);

Completed in 81 milliseconds