Searched refs:GF2NT (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 Dgf2n.cpp583 GF2NT::GF2NT(unsigned int t0, unsigned int t1, unsigned int t2) function in class:GF2NT
591 const GF2NT::Element& GF2NT::MultiplicativeInverse(const Element &a) const
720 const GF2NT::Element& GF2NT::Multiply(const Element &a, const Element &b) const
746 const GF2NT::Element& GF2NT::Reduced(const Element &a) const
810 void GF2NT::DEREncode(BufferedTransformation &bt) const
854 result.reset(new GF2NT(
[all...]
H A Dgf2n.h234 friend class GF2NT;
317 class CRYPTOPP_DLL GF2NT : public GF2NP class in inherits:GF2NP
321 GF2NT(unsigned int t0, unsigned int t1, unsigned int t2);
323 GF2NP * Clone() const {return new GF2NT(*this);}
H A Deccrypto.cpp77 return new EC2N(GF2NT(t2, t3, t4), EC2N::FieldElement(ssA, (size_t)ssA.MaxRetrievable()), EC2N::FieldElement(ssB, (size_t)ssB.MaxRetrievable()));
H A Dvalidat2.cpp684 GF2NT gf2n(191, 9, 0);

Completed in 84 milliseconds