Searched refs:EncodeElement (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 Dmqv.h60 params.EncodeElement(true, y, publicKey);
72 params.EncodeElement(true, y, privateKey+StaticPrivateKeyLength());
109 params.EncodeElement(false, R[1], agreedValue);
119 params.EncodeElement(false, P, agreedValue);
H A Dgfpcrypt.h53 void EncodeElement(bool reversible, const Element &element, byte *encoded) const function in class:DL_GroupParameters_IntegerBased
506 params.EncodeElement(true, ephemeralPublicKey, agreedSecret);
507 params.EncodeElement(false, agreedElement, agreedSecret + params.GetEncodedElementSize(true));
512 params.EncodeElement(false, agreedElement, agreedSecret);
H A Deccrypto.h69 void EncodeElement(bool reversible, const Element &element, byte *encoded) const function in class:DL_GroupParameters_EC
H A Dpubkey.h595 virtual void EncodeElement(bool reversible, const Element &element, byte *encoded) const =0;
1230 params.EncodeElement(true, q, ciphertext);
1397 params.EncodeElement(true, y, publicKey);
1410 params.EncodeElement(false, z, agreedValue);

Completed in 53 milliseconds