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

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dd1_clnt.c789 unsigned char *encodedPoint = NULL; local
1201 encodedPoint = (unsigned char *)
1205 if ((encodedPoint == NULL) ||
1216 encodedPoint, encoded_pt_len, bn_ctx);
1222 memcpy((unsigned char *)p, encodedPoint, n);
1229 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
1348 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Dd1_srvr.c875 unsigned char *encodedPoint = NULL; local
1075 encodedPoint = (unsigned char *)
1078 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1088 encodedPoint, encodedlen, bn_ctx);
1185 (unsigned char *)encodedPoint,
1187 OPENSSL_free(encodedPoint);
1301 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_clnt.c2008 unsigned char *encodedPoint = NULL; local
2430 encodedPoint = (unsigned char *)
2434 if ((encodedPoint == NULL) ||
2445 encodedPoint, encoded_pt_len, bn_ctx);
2451 memcpy((unsigned char *)p, encodedPoint, n);
2458 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
2659 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_srvr.c1421 unsigned char *encodedPoint = NULL; local
1621 encodedPoint = (unsigned char *)
1624 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1634 encodedPoint, encodedlen, bn_ctx);
1731 (unsigned char *)encodedPoint,
1733 OPENSSL_free(encodedPoint);
1843 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);

Completed in 39 milliseconds