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

/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds3_clnt.c1898 unsigned char *encodedPoint = NULL; local
2327 encodedPoint = (unsigned char *)
2331 if ((encodedPoint == NULL) ||
2342 encodedPoint, encoded_pt_len, bn_ctx);
2348 memcpy((unsigned char *)p, encodedPoint, n);
2355 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
2384 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);
H A Ds3_srvr.c1287 unsigned char *encodedPoint = NULL; local
1484 encodedPoint = (unsigned char *)
1487 if ((encodedPoint == NULL) || (bn_ctx == NULL))
1497 encodedPoint, encodedlen, bn_ctx);
1585 (unsigned char *)encodedPoint,
1587 OPENSSL_free(encodedPoint);
1588 encodedPoint = NULL;
1690 if (encodedPoint != NULL) OPENSSL_free(encodedPoint);

Completed in 203 milliseconds