Searched refs:encodedPoint (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dec2n.h66 bool DecodePoint(Point &P, const byte *encodedPoint, size_t len) const;
67 void EncodePoint(byte *encodedPoint, const Point &P, bool compressed) const;
H A Dec2n.cpp36 bool EC2N::DecodePoint(EC2N::Point &P, const byte *encodedPoint, size_t encodedPointLen) const argument
38 StringStore store(encodedPoint, encodedPointLen);
113 void EC2N::EncodePoint(byte *encodedPoint, const Point &P, bool compressed) const argument
115 ArraySink sink(encodedPoint, EncodedPointSize(compressed));
H A Decp.h70 bool DecodePoint(Point &P, const byte *encodedPoint, size_t len) const;
71 void EncodePoint(byte *encodedPoint, const Point &P, bool compressed) const;
H A Decp.cpp64 bool ECP::DecodePoint(ECP::Point &P, const byte *encodedPoint, size_t encodedPointLen) const argument
66 StringStore store(encodedPoint, encodedPointLen);
137 void ECP::EncodePoint(byte *encodedPoint, const Point &P, bool compressed) const argument
139 ArraySink sink(encodedPoint, EncodedPointSize(compressed));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c1633 unsigned char *encodedPoint = NULL; local
2048 encodedPoint = (unsigned char *)
2052 if ((encodedPoint == NULL) ||
2063 encodedPoint, encoded_pt_len, bn_ctx);
2069 memcpy((unsigned char *)p, encodedPoint, n);
2076 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
2105 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_srvr.c1146 unsigned char *encodedPoint = NULL; local
1346 encodedPoint = (unsigned char *)
1349 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1359 encodedPoint, encodedlen, bn_ctx);
1447 (unsigned char *)encodedPoint,
1449 OPENSSL_free(encodedPoint);
1549 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c1607 unsigned char *encodedPoint = NULL; local
1788 encodedPoint = (unsigned char *)
1791 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
1800 encodedPoint, encodedlen, bn_ctx);
1915 (unsigned char *)encodedPoint, encodedlen);
1916 OPENSSL_free(encodedPoint);
1917 encodedPoint = NULL;
2023 if (encodedPoint != NULL)
2024 OPENSSL_free(encodedPoint);
H A Ds3_clnt.c2474 unsigned char *encodedPoint = NULL; local
2916 encodedPoint = (unsigned char *)
2919 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
2929 encodedPoint, encoded_pt_len, bn_ctx);
2935 memcpy((unsigned char *)p, encodedPoint, n);
2942 if (encodedPoint != NULL)
2943 OPENSSL_free(encodedPoint);
3213 if (encodedPoint != NULL)
3214 OPENSSL_free(encodedPoint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c1607 unsigned char *encodedPoint = NULL; local
1788 encodedPoint = (unsigned char *)
1791 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
1800 encodedPoint, encodedlen, bn_ctx);
1915 (unsigned char *)encodedPoint, encodedlen);
1916 OPENSSL_free(encodedPoint);
1917 encodedPoint = NULL;
2023 if (encodedPoint != NULL)
2024 OPENSSL_free(encodedPoint);
H A Ds3_clnt.c2474 unsigned char *encodedPoint = NULL; local
2916 encodedPoint = (unsigned char *)
2919 if ((encodedPoint == NULL) || (bn_ctx == NULL)) {
2929 encodedPoint, encoded_pt_len, bn_ctx);
2935 memcpy((unsigned char *)p, encodedPoint, n);
2942 if (encodedPoint != NULL)
2943 OPENSSL_free(encodedPoint);
3213 if (encodedPoint != NULL)
3214 OPENSSL_free(encodedPoint);

Completed in 98 milliseconds