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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dec2n.h65 bool DecodePoint(Point &P, BufferedTransformation &bt, size_t len) const;
66 bool DecodePoint(Point &P, const byte *encodedPoint, size_t len) const;
H A Dec2n.cpp36 bool EC2N::DecodePoint(EC2N::Point &P, const byte *encodedPoint, size_t encodedPointLen) const function in class:EC2N
39 return DecodePoint(P, store, encodedPointLen);
42 bool EC2N::DecodePoint(EC2N::Point &P, BufferedTransformation &bt, size_t encodedPointLen) const function in class:EC2N
125 if (!DecodePoint(P, str, str.size()))
H A Decp.h69 bool DecodePoint(Point &P, BufferedTransformation &bt, size_t len) const;
70 bool DecodePoint(Point &P, const byte *encodedPoint, size_t len) const;
H A Decp.cpp64 bool ECP::DecodePoint(ECP::Point &P, const byte *encodedPoint, size_t encodedPointLen) const function in class:ECP
67 return DecodePoint(P, store, encodedPointLen);
70 bool ECP::DecodePoint(ECP::Point &P, BufferedTransformation &bt, size_t encodedPointLen) const function in class:ECP
149 if (!DecodePoint(P, str, str.size()))
H A Deccrypto.cpp437 bool result = GetCurve().DecodePoint(G, ssG, (size_t)ssG.MaxRetrievable());
630 if (!this->GetGroupParameters().GetCurve().DecodePoint(P, bt, size))
673 if (!(unusedBits == 0 && this->GetGroupParameters().GetCurve().DecodePoint(Q, subjectPublicKey, subjectPublicKey.size())))
H A Deccrypto.h86 if (!GetCurve().DecodePoint(result, encoded, GetEncodedElementSize(true)))
H A Dvalidat2.cpp690 ec.DecodePoint(P, (byte *)"\x04\x36\xB3\xDA\xF8\xA2\x32\x06\xF9\xC4\xF2\x99\xD7\xB2\x1A\x9C\x36\x91\x37\xF2\xC8\x4A\xE1\xAA\x0D"

Completed in 66 milliseconds